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

Unified Diff: ui/compositor/debug_utils.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/debug_utils.cc
diff --git a/ui/compositor/debug_utils.cc b/ui/compositor/debug_utils.cc
index 3d4837e392d7b08a5e708167c099f23f62407a2e..00b606afab63e5f72daeb58a9fc7388d383ad373 100644
--- a/ui/compositor/debug_utils.cc
+++ b/ui/compositor/debug_utils.cc
@@ -57,6 +57,8 @@ void PrintLayerHierarchyImp(const Layer* layer,
case ui::LAYER_NINE_PATCH:
*out << " nine_patch";
break;
+ case ui::LAYER_SURFACE:
+ *out << " surface";
}
if (!layer->visible())

Powered by Google App Engine
This is Rietveld 408576698