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

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: std::max is bad apparently 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
« no previous file with comments | « cc/playback/largest_display_item.cc ('k') | ui/compositor/clip_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/display_item.proto
diff --git a/cc/proto/display_item.proto b/cc/proto/display_item.proto
index 930c16664e1a6f051b46296c7233056d4bba5ac8..a8c803143f212b9229de2664bcf5c4b9a138442d 100644
--- a/cc/proto/display_item.proto
+++ b/cc/proto/display_item.proto
@@ -56,8 +56,8 @@ message DisplayItem {
message ClipDisplayItem {
optional cc.proto.Rect clip_rect = 1;
-
repeated cc.proto.SkRRect rounded_rects = 2;
+ optional bool antialias = 3;
}
message ClipPathDisplayItem {
« no previous file with comments | « cc/playback/largest_display_item.cc ('k') | ui/compositor/clip_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698