| Index: cc/layers/layer_impl_test_properties.h
|
| diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
|
| index 8a5f44cf416051eac92a12057465608b9a7703d2..4f49459ca3537d2c09c50a69f45d04f8202de750 100644
|
| --- a/cc/layers/layer_impl_test_properties.h
|
| +++ b/cc/layers/layer_impl_test_properties.h
|
| @@ -39,6 +39,7 @@ struct CC_EXPORT LayerImplTestProperties {
|
| std::unique_ptr<std::set<LayerImpl*>> clip_children;
|
| std::vector<std::unique_ptr<CopyOutputRequest>> copy_requests;
|
| LayerImplList children;
|
| + LayerImpl* parent;
|
| };
|
|
|
| } // namespace cc
|
|
|