Index: cc/trees/property_tree.h |
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h |
index 9115702aa039f78a50c0cc9e0b8c63ba28d1a7cb..537355735964e997196b717bc393208657d3380f 100644 |
--- a/cc/trees/property_tree.h |
+++ b/cc/trees/property_tree.h |
@@ -263,6 +263,8 @@ struct CC_EXPORT EffectNodeData { |
bool has_render_surface; |
bool has_copy_request; |
bool has_background_filters; |
+ bool node_or_ancestor_has_background_filters; |
+ bool to_screen_opacity_is_animated; |
bool is_drawn; |
bool has_animated_opacity; |
// We need to track changes to effects on the compositor to compute damage |