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

Unified Diff: cc/proto/display_item.proto

Issue 1835843002: WIP: Fix foreignObject cullrect Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/transform_display_item.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 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.
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/transform_display_item.cc ('k') | cc/test/fake_content_layer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698