| Index: cc/trees/property_tree.h
|
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
|
| index e1050728f1b7133a036ccf8f750efdec384bf384..eff9594593e6759a1d2b7cb62b7157289088f4fc 100644
|
| --- a/cc/trees/property_tree.h
|
| +++ b/cc/trees/property_tree.h
|
| @@ -267,8 +267,6 @@ struct CC_EXPORT EffectNodeData {
|
| RenderSurfaceImpl* render_surface;
|
| bool has_copy_request;
|
| bool has_background_filters;
|
| - bool node_or_ancestor_has_background_filters;
|
| - bool to_screen_opacity_is_animated;
|
| bool hidden_by_backface_visibility;
|
| bool double_sided;
|
| bool is_drawn;
|
|
|