Index: ui/compositor/debug_utils.cc |
diff --git a/ui/compositor/debug_utils.cc b/ui/compositor/debug_utils.cc |
index 37b9af42f306b44bed4613c09be20c20f0fac1f0..80b8b10a5c33cc6e30a2d6a5e0ef1403b6a10978 100644 |
--- a/ui/compositor/debug_utils.cc |
+++ b/ui/compositor/debug_utils.cc |
@@ -55,6 +55,9 @@ void PrintLayerHierarchyImp(const Layer* layer, |
case ui::LAYER_SOLID_COLOR: |
*out << L" solid"; |
break; |
+ case ui::LAYER_NINE_PATCH: |
+ *out << L" nine_patch"; |
+ break; |
} |
if (!layer->visible()) |