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

Unified Diff: ui/compositor/compositor.cc

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: Only create ClientSurfaceEmbedder if window is visible. Trash it otherwise. Created 3 years, 11 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: ui/compositor/compositor.cc
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
index 236560dd737d45dd57831516280dfa0c4fcc421e..9035877b48d0a0ef5f3da6906edaa90104dc8ce0 100644
--- a/ui/compositor/compositor.cc
+++ b/ui/compositor/compositor.cc
@@ -90,6 +90,7 @@ Compositor::Compositor(const cc::FrameSinkId& frame_sink_id,
compositor_lock_(NULL),
layer_animator_collection_(this),
weak_ptr_factory_(this) {
+ fprintf(stderr, ">>>ui::Compositor %s\n", frame_sink_id.ToString().c_str());
if (context_factory_private) {
context_factory_private->GetSurfaceManager()->RegisterFrameSinkId(
frame_sink_id_);

Powered by Google App Engine
This is Rietveld 408576698