| Index: cc/test/layer_test_common.h
|
| diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
|
| index 3b967ec58033ca2442acc2f39eec3b0b77e035a0..9b9d9253b19e790cc4fa0f511493c350d48b7b7f 100644
|
| --- a/cc/test/layer_test_common.h
|
| +++ b/cc/test/layer_test_common.h
|
| @@ -111,6 +111,7 @@ class LayerTestCommon {
|
| ResourceProvider* resource_provider() const {
|
| return host_->host_impl()->resource_provider();
|
| }
|
| + FakeLayerTreeHost* host() const { return host_.get(); }
|
| LayerImpl* root_layer() const { return root_layer_impl_.get(); }
|
| FakeLayerTreeHostImpl* host_impl() const { return host_->host_impl(); }
|
| Proxy* proxy() const { return host_->host_impl()->proxy(); }
|
|
|