Index: cc/layers/layer_impl_test_properties.cc |
diff --git a/cc/layers/layer_impl_test_properties.cc b/cc/layers/layer_impl_test_properties.cc |
index d4b946a46e2f91a6230eeb006541d82f96205248..a75d0d0aadd30735679e4eec8548f8494a286f3a 100644 |
--- a/cc/layers/layer_impl_test_properties.cc |
+++ b/cc/layers/layer_impl_test_properties.cc |
@@ -19,7 +19,8 @@ LayerImplTestProperties::LayerImplTestProperties() |
num_unclipped_descendants(0), |
opacity(1.f), |
scroll_parent(nullptr), |
- clip_parent(nullptr) {} |
+ clip_parent(nullptr), |
+ parent(nullptr) {} |
LayerImplTestProperties::~LayerImplTestProperties() {} |