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

Unified Diff: cc/proto/display_item.proto

Issue 1484163002: Raster display item lists via a visual rect RTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head and flip for LayoutInline. 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..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 {

Powered by Google App Engine
This is Rietveld 408576698