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

Unified Diff: cc/proto/layer.proto

Issue 1715973002: cc: Move tracking of layer_property_changed to main thread (3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/layers/layer_unittest.cc ('k') | cc/trees/damage_tracker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index 3498c196e890e42bbaa4032eec3da7055f42633a..e062e0b5ac92de0b49420c44861b66237bfb4552 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -69,7 +69,7 @@ message LayerProperties {
optional PictureLayerProperties picture = 6;
}
-// NEXT ID: 54
+// NEXT ID: 53
message BaseLayerProperties {
optional Point3F transform_origin = 1;
optional uint32 background_color = 2;
@@ -83,7 +83,7 @@ message BaseLayerProperties {
optional bool draws_content = 9;
optional bool hide_layer_and_subtree = 10;
optional bool has_render_surface = 11;
- optional bool subtree_property_changed = 53;
+ optional bool subtree_property_changed = 47;
// TODO(nyquist): Add support for FilterOperation. See crbug.com/541321.
// repeated FilterOperation filters = 12;
// repeated FilterOperation background_filters = 13;
@@ -125,7 +125,6 @@ message BaseLayerProperties {
optional Vector2dF scroll_compensation_adjustment = 45;
optional Rect update_rect = 46;
- optional bool stacking_order_changed = 47;
// TODO(nyquist): Figure out what to do with LayerAnimationController.
// optional LayerAnimationController layer_animation_controller = 48;
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/trees/damage_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698