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

Unified Diff: cc/proto/property_tree.proto

Issue 2127323002: cc: Use sublayer scale from effect tree (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 | « no previous file | cc/trees/clip_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 230c62e1aa2252c926e6c73777e78350074b8d80..ae46cbcf259201c14a976097fd579dd326ada9af 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -68,14 +68,15 @@ message TransformCachedNodeData {
}
// Proto for struct ClipNodeData.
-// NEXT ID: 12
+// NEXT ID: 13
message ClipNodeData {
optional RectF clip = 1;
optional RectF combined_clip_in_target_space = 2;
optional RectF clip_in_target_space = 3;
optional int64 transform_id = 4;
- optional int64 target_id = 5;
+ optional int64 target_transform_id = 5;
+ optional int64 target_effect_id = 12;
optional bool applies_local_clip = 6;
optional bool layer_clipping_uses_only_local_clip = 7;
optional bool target_is_clipped = 8;
« no previous file with comments | « no previous file | cc/trees/clip_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698