Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c110c00

Browse files
committed
Punt on frame scheduling for now
1 parent a44e920 commit c110c00

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

runtime/runtime_controller.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ void RuntimeController::AddView(int64_t view_id,
168168
}
169169

170170
bool added = platform_configuration->AddView(view_id, view_metrics);
171-
if (added) {
172-
ScheduleFrame();
173-
}
174-
175171
callback(added);
176172
}
177173

runtime/runtime_controller.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ class RuntimeController : public PlatformConfigurationClient {
184184
/// If the isolate is not running, the view will be saved and
185185
/// flushed to the isolate when it starts.
186186
///
187-
/// If the isolate is running, a frame will be scheduled.
188-
///
189187
/// @param[in] view_id The ID of the new view.
190188
/// @param[in] viewport_metrics The initial viewport metrics for the view.
191189
/// @param[in] callback Callback that will be invoked after the add

0 commit comments

Comments
 (0)