Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3809)

Unified Diff: cc/proto/display_item.proto

Issue 2090203002: Remove antialiasing from views bounds rects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698