| Index: cc/test/fake_layer_tree_host.h
|
| diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
|
| index 7ee6a1ed07eeaa21eaab7e9d73dfc18dd056d00c..52f02a38ed8accd80d5e2884953606864404d79e 100644
|
| --- a/cc/test/fake_layer_tree_host.h
|
| +++ b/cc/test/fake_layer_tree_host.h
|
| @@ -70,6 +70,7 @@ class FakeLayerTreeHost : public LayerTreeHost {
|
| using LayerTreeHost::InitializeForTesting;
|
| using LayerTreeHost::InitializePictureCacheForTesting;
|
| using LayerTreeHost::RecordGpuRasterizationHistogram;
|
| + using LayerTreeHost::SetUIResourceManagerForTesting;
|
|
|
| void UpdateLayers() { LayerTreeHost::UpdateLayers(); }
|
|
|
| @@ -79,7 +80,6 @@ class FakeLayerTreeHost : public LayerTreeHost {
|
|
|
| bool needs_commit() { return needs_commit_; }
|
|
|
| - protected:
|
| FakeLayerTreeHost(FakeLayerTreeHostClient* client,
|
| LayerTreeHost::InitParams* params,
|
| CompositorMode mode);
|
|
|