Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: services/ui/surfaces/display_compositor.cc

Issue 2527283003: cc: Introduce BeginFrame sequence numbers and acknowledgements.
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/ui/surfaces/display_compositor.cc
diff --git a/services/ui/surfaces/display_compositor.cc b/services/ui/surfaces/display_compositor.cc
index 6eb46656608ba3f87b71330087f838027e9755ae..80869f14f8787bbeb5f0224d972dd894d9626b6e 100644
--- a/services/ui/surfaces/display_compositor.cc
+++ b/services/ui/surfaces/display_compositor.cc
@@ -200,8 +200,7 @@ std::unique_ptr<cc::Display> DisplayCompositor::CreateDisplay(
DCHECK_GT(max_frames_pending, 0);
std::unique_ptr<cc::DisplayScheduler> scheduler(
- new cc::DisplayScheduler(synthetic_begin_frame_source.get(),
- task_runner_.get(), max_frames_pending));
+ new cc::DisplayScheduler(task_runner_.get(), max_frames_pending));
return base::MakeUnique<cc::Display>(
nullptr /* bitmap_manager */, gpu_memory_buffer_manager_.get(),

Powered by Google App Engine
This is Rietveld 408576698