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..9e4a9d26411926e131422320901d33281010d311 100644 |
| --- a/cc/proto/display_item.proto |
| +++ b/cc/proto/display_item.proto |
| @@ -56,6 +56,7 @@ message DisplayItem { |
| message ClipDisplayItem { |
| optional cc.proto.Rect clip_rect = 1; |
| + optional bool antialias = 3; |
|
danakj
2016/06/22 22:49:57
why not at the bottom of the message?
Bret
2016/06/22 23:39:41
I was trying to match ClipPathDisplayItem below, a
|
| repeated cc.proto.SkRRect rounded_rects = 2; |
| } |