Chromium Code Reviews| Index: cc/proto/display_item.proto |
| diff --git a/cc/proto/display_item.proto b/cc/proto/display_item.proto |
| index 930c16664e1a6f051b46296c7233056d4bba5ac8..83a2a794c6de06a0437113ffce3cf8e739251632 100644 |
| --- a/cc/proto/display_item.proto |
| +++ b/cc/proto/display_item.proto |
| @@ -21,8 +21,10 @@ message DisplayItemListSettings { |
| message DisplayItemList { |
| repeated DisplayItem items = 1; |
| + // Deprecated. |
|
vmpstr
2016/06/22 20:14:07
I think at this point in time, we're free to remov
nyquist
2016/06/24 18:31:00
I think that right now it's fine to remove this fi
wkorman
2016/06/24 19:57:14
OK, removed. There are varying opinions on best pr
vmpstr
2016/06/24 20:15:33
I agree with deprecating fields in live code, sinc
|
| optional cc.proto.Rect layer_rect = 2; |
| optional DisplayItemListSettings settings = 3; |
| + repeated cc.proto.Rect visual_rects = 4; |
| } |
| message DisplayItem { |