| Index: cc/trees/property_tree.cc
|
| diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc
|
| index de0096bca4ef9a192051c29a941135273c593540..50933a105c8570b821600db01056f5194a2c7add 100644
|
| --- a/cc/trees/property_tree.cc
|
| +++ b/cc/trees/property_tree.cc
|
| @@ -438,6 +438,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),
|
|
|