| Index: cc/test/layer_test_common.h
|
| diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
|
| index 71ce50844582450febd0a5d5bd9ad1712bad2f92..8cf0d4188e7289248531017dafa2774e1f629d82 100644
|
| --- a/cc/test/layer_test_common.h
|
| +++ b/cc/test/layer_test_common.h
|
| @@ -79,7 +79,7 @@ class LayerTestCommon {
|
| std::unique_ptr<T> layer =
|
| T::Create(host_->host_impl()->active_tree(), layer_impl_id_++);
|
| T* ptr = layer.get();
|
| - origin->SetReplicaLayer(std::move(layer));
|
| + origin->test_properties()->SetReplicaLayer(std::move(layer));
|
| return ptr;
|
| }
|
|
|
|
|