Chromium Code Reviews| 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()) |