Chromium Code Reviews| Index: cc/proto/layer.proto |
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto |
| index ede3d2a6acb3ab389149ac5578bece7ba1543dbf..dfb188de9736158fd4f9b6f5ca101970938c6f25 100644 |
| --- a/cc/proto/layer.proto |
| +++ b/cc/proto/layer.proto |
| @@ -33,6 +33,9 @@ message LayerNode { |
| HEADS_UP_DISPLAY_LAYER = 3; |
| SOLID_COLOR_SCROLLBAR_LAYER = 4; |
| + // Layer Types for testing only. |
| + FAKE_PICTURE_LAYER = 5; |
| + |
| // TODO(nyquist): Add the rest of the necessary LayerTypes. |
| }; |