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

Unified Diff: cc/proto/property_tree.proto

Issue 1811423002: SubtreeShouldBeSkipped uses information from property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile failure Created 4 years, 9 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/test/layer_test_common.h » ('j') | cc/trees/layer_tree_host_common_unittest.cc » ('J')
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 d8e8fae1769ab673af9a89556190f7308e73a3e6..d5cb24b94669c7ca32ce832889a12835a2ac775a 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -83,13 +83,15 @@ message ClipNodeData {
}
// Proto for struct EffectNodeData.
-// NEXT ID: 12
+// NEXT ID: 14
message EffectNodeData {
optional float opacity = 1;
optional float screen_space_opacity = 2;
optional bool has_render_surface = 3;
optional bool has_copy_request = 4;
optional bool has_background_filters = 5;
+ optional bool node_or_ancestor_has_background_filters = 12;
+ optional bool to_screen_opacity_is_animated = 13;
optional bool is_drawn = 6;
optional bool has_animated_opacity = 7;
optional bool effect_changed = 11;
« no previous file with comments | « no previous file | cc/test/layer_test_common.h » ('j') | cc/trees/layer_tree_host_common_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698