Chromium Code Reviews| Index: ui/compositor/layer_type.h |
| diff --git a/ui/compositor/layer_type.h b/ui/compositor/layer_type.h |
| index 9831916ee7d6c8c3c060dc061ae7904b0ca6d0ee..afd100376af5aa8bd6129aa217f273b1977fef55 100644 |
| --- a/ui/compositor/layer_type.h |
| +++ b/ui/compositor/layer_type.h |
| @@ -20,6 +20,9 @@ enum LayerType { |
| // A layer based on the NinePatchLayer class. |
| LAYER_NINE_PATCH = 3, |
| + |
| + // Layer is filled in remotely, |
| + LAYER_SURFACE = 4, |
| }; |
| } // namespace ui |