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

Unified Diff: cc/proto/property_tree.proto

Issue 2148383005: cc: Use sublayer scale from effect tree (2) (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.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 ae46cbcf259201c14a976097fd579dd326ada9af..46c9a4ae83fffa22f9e1e0728eb61a8e16371542 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -40,7 +40,7 @@ message TranformNodeData {
optional bool node_and_ancestors_are_flat = 20;
optional bool node_and_ancestors_have_only_integer_translation = 21;
optional bool scrolls = 22;
- optional bool needs_sublayer_scale = 23;
+ optional bool needs_surface_contents_scale = 23;
optional bool affected_by_inner_viewport_bounds_delta_x = 24;
optional bool affected_by_inner_viewport_bounds_delta_y = 25;
optional bool affected_by_outer_viewport_bounds_delta_x = 26;
@@ -49,7 +49,7 @@ message TranformNodeData {
optional bool transform_changed = 40;
optional float post_local_scale_factor = 29;
- optional Vector2dF sublayer_scale = 34;
+ optional Vector2dF surface_contents_scale = 34;
optional ScrollOffset scroll_offset = 35;
optional Vector2dF scroll_snap = 36;
optional Vector2dF source_offset = 37;
@@ -106,7 +106,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;
+ optional Vector2dF surface_contents_scale = 20;
}
// Proto for struct ScrollNodeData
« no previous file with comments | « no previous file | cc/trees/draw_property_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698