| Index: cc/trees/property_tree.cc
|
| diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc
|
| index bc019dcd8a5dc4ef7990fd65159cf96017629669..adb4f5d664fb803e3c45d76f4fb9918ee6ae74c5 100644
|
| --- a/cc/trees/property_tree.cc
|
| +++ b/cc/trees/property_tree.cc
|
| @@ -436,6 +436,7 @@ EffectNodeData::EffectNodeData()
|
| : opacity(1.f),
|
| screen_space_opacity(1.f),
|
| has_render_surface(false),
|
| + render_surface(nullptr),
|
| has_copy_request(false),
|
| has_background_filters(false),
|
| node_or_ancestor_has_background_filters(false),
|
|
|