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

Unified Diff: cc/proto/property_tree.proto

Issue 2117853004: cc: Compute sublayer scale from effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "comments" 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/draw_property_utils.cc » ('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 afdd13e34e005f75c798f411d276ccd3cdf59890..230c62e1aa2252c926e6c73777e78350074b8d80 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -85,7 +85,7 @@ message ClipNodeData {
}
// Proto for struct EffectNodeData.
-// NEXT ID: 20
+// NEXT ID: 21
message EffectNodeData {
optional float opacity = 1;
optional float screen_space_opacity = 2;
@@ -105,6 +105,7 @@ message EffectNodeData {
optional int64 mask_layer_id = 17;
optional int64 replica_layer_id = 18;
optional int64 replica_mask_layer_id = 19;
+ optional Vector2dF sublayer_scale = 20;
}
// Proto for struct ScrollNodeData
« no previous file with comments | « no previous file | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698