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

Unified Diff: cc/proto/property_tree.proto

Issue 1752993002: cc : Delete LayerImpl::NoteLayerPropertyChangedForSubtree (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
Index: cc/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 77f30f28707af36b9ad52c8df12761cd1f1beafd..a91824c110db0322b04441e408b1f34ebe9fa383 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -91,7 +91,7 @@ message EffectNodeData {
optional bool has_background_filters = 5;
optional bool is_drawn = 6;
optional bool has_animated_opacity = 7;
- optional bool opacity_changed = 11;
+ optional bool effect_changed = 11;
optional int64 num_copy_requests_in_subtree = 8;
optional int64 transform_id = 9;
optional int64 clip_id = 10;
@@ -174,7 +174,7 @@ message TransformTreeData {
}
// Proto for class PropertyTrees.
-// NEXT ID: 12
+// NEXT ID: 13
message PropertyTrees {
optional PropertyTree transform_tree = 1;
optional PropertyTree effect_tree = 2;
@@ -184,6 +184,7 @@ message PropertyTrees {
optional bool needs_rebuild = 4;
optional bool non_root_surfaces_enabled = 5;
optional bool changed = 11;
+ optional bool full_tree_damaged = 12;
optional int64 sequence_number = 6;
optional Vector2dF inner_viewport_container_bounds_delta = 8;

Powered by Google App Engine
This is Rietveld 408576698