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

Unified Diff: cc/proto/property_tree.proto

Issue 2448403002: cc: Clean up transform tree (Closed)
Patch Set: PAC Created 4 years, 2 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 ea5c44feb997d65988237f33266b7acff2194813..ccf68d94571d5b72d72e50b74593922520e88ea6 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -42,7 +42,6 @@ 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_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;
@@ -51,7 +50,6 @@ message TranformNodeData {
optional bool transform_changed = 40;
optional float post_local_scale_factor = 29;
- optional Vector2dF surface_contents_scale = 34;
optional ScrollOffset scroll_offset = 35;
optional Vector2dF scroll_snap = 36;
optional Vector2dF source_offset = 37;
@@ -61,8 +59,6 @@ message TranformNodeData {
// Proto for TransformCachedNodeData
message TransformCachedNodeData {
- optional Transform from_target = 1;
- optional Transform to_target = 2;
optional Transform from_screen = 3;
optional Transform to_screen = 4;
optional int64 target_id = 5;
« 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