| Index: cc/test/layer_test_common.h
|
| diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
|
| index a1ca5379481ed61114c979e3ed11da9f71ad07bc..12b630f1cceb87d01f0b9ccb950a234ada136792 100644
|
| --- a/cc/test/layer_test_common.h
|
| +++ b/cc/test/layer_test_common.h
|
| @@ -76,6 +76,7 @@ class LayerTestCommon {
|
| ResourceProvider* resource_provider() const {
|
| return host_->host_impl()->resource_provider();
|
| }
|
| + FakeLayerTreeHostImpl* host_impl() const { return host_->host_impl(); }
|
| const QuadList& quad_list() const { return quad_culler_.quad_list(); }
|
|
|
| private:
|
|
|