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

Unified Diff: ui/gfx/compositor/debug_utils.cc

Issue 9580001: Aura: Update window frames, allow resize from outside window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix caption for maximized windows, new resize cursor tweak Created 8 years, 10 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/gfx/compositor/debug_utils.cc
diff --git a/ui/gfx/compositor/debug_utils.cc b/ui/gfx/compositor/debug_utils.cc
index 422051e1a7a693e3bd8dcf158d76b317f8603d62..1f9be6f8648dad181364779ad820b30391e331f7 100644
--- a/ui/gfx/compositor/debug_utils.cc
+++ b/ui/gfx/compositor/debug_utils.cc
@@ -48,6 +48,8 @@ void PrintLayerHierarchyImp(const Layer* layer, int indent,
break;
case Layer::LAYER_TEXTURED:
buf << L" textured";
+ if (layer->fills_bounds_opaquely())
+ buf << L" opaque";
break;
case Layer::LAYER_SOLID_COLOR:
buf << L" solid";

Powered by Google App Engine
This is Rietveld 408576698