Index: ui/compositor/layer_type.h |
diff --git a/ui/compositor/layer_type.h b/ui/compositor/layer_type.h |
index 3a654a76603df919fd579f9dc9904519da348afb..9831916ee7d6c8c3c060dc061ae7904b0ca6d0ee 100644 |
--- a/ui/compositor/layer_type.h |
+++ b/ui/compositor/layer_type.h |
@@ -17,6 +17,9 @@ enum LayerType { |
// A layer that's drawn as a single color. |
LAYER_SOLID_COLOR = 2, |
+ |
+ // A layer based on the NinePatchLayer class. |
+ LAYER_NINE_PATCH = 3, |
}; |
} // namespace ui |