| 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 eefa9bfde701642b60cc1d15e7a78a20e9186be3..9cca459be0b93b71512f677e032abb49e4f5cf18 100644
|
| --- a/cc/layers/layer_impl_test_properties.h
|
| +++ b/cc/layers/layer_impl_test_properties.h
|
| @@ -22,6 +22,8 @@ struct CC_EXPORT LayerImplTestProperties {
|
| explicit LayerImplTestProperties(LayerImpl* owning_layer);
|
| ~LayerImplTestProperties();
|
|
|
| + void AddChild(std::unique_ptr<LayerImpl> child);
|
| + std::unique_ptr<LayerImpl> RemoveChild(LayerImpl* child);
|
| void SetMaskLayer(std::unique_ptr<LayerImpl> mask);
|
| void SetReplicaLayer(std::unique_ptr<LayerImpl> replica);
|
|
|
|
|