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

Unified Diff: cc/proto/display_item.proto

Issue 2225563002: Reland "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. Created 4 years, 4 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/recording_source.cc ('k') | cc/test/fake_content_layer_client.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 05cc060f8a0198e42629ef414db81eae99f9f648..2b7db4b3e63f1e747682b37af86d5a176c3319c3 100644
--- a/cc/proto/display_item.proto
+++ b/cc/proto/display_item.proto
@@ -21,8 +21,8 @@ message DisplayItemListSettings {
message DisplayItemList {
repeated DisplayItem items = 1;
- optional cc.proto.Rect layer_rect = 2;
optional DisplayItemListSettings settings = 3;
+ repeated cc.proto.Rect visual_rects = 4;
}
message DisplayItem {
« no previous file with comments | « cc/playback/recording_source.cc ('k') | cc/test/fake_content_layer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698