| 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";
|
|
|