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

Unified Diff: cc/test/test_compositor_frame_sink.cc

Issue 2807653003: Move Work From CompositorFrameSinkSupport() To Init() (Closed)
Patch Set: More Init Created 3 years, 8 months 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: cc/test/test_compositor_frame_sink.cc
diff --git a/cc/test/test_compositor_frame_sink.cc b/cc/test/test_compositor_frame_sink.cc
index 523874f264e269a036d8c954804923bd67e99bc7..cff4d9c312939be9fca9c5f09c588fe1b0b41d0a 100644
--- a/cc/test/test_compositor_frame_sink.cc
+++ b/cc/test/test_compositor_frame_sink.cc
@@ -102,6 +102,7 @@ bool TestCompositorFrameSink::BindToClient(CompositorFrameSinkClient* client) {
this, surface_manager_.get(), frame_sink_id_, false /* is_root */,
true /* handles_frame_sink_id_invalidation */,
true /* needs_sync_points */);
+ support_->Init();
client_->SetBeginFrameSource(&external_begin_frame_source_);
display_->Initialize(this, surface_manager_.get());

Powered by Google App Engine
This is Rietveld 408576698