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

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: Rebase 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') | 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 014d252c8cdd46feec3791464fe2b854bd143be8..f9a65dcd59ae856da6b027957d56d36955e21280 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -83,13 +83,17 @@ message ClipNodeData {
}
// Proto for struct EffectNodeData.
-// NEXT ID: 13
+// NEXT ID: 17
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 = 13;
+ optional bool to_screen_opacity_is_animated = 14;
+ optional bool hidden_by_backface_visibility = 15;
+ optional bool double_sided = 16;
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698