| Index: cc/test/fake_ui_resource_layer_tree_host_impl.h
|
| diff --git a/cc/test/fake_ui_resource_layer_tree_host_impl.h b/cc/test/fake_ui_resource_layer_tree_host_impl.h
|
| index 19746a1a18e0a2e721d44ddba7f489f89bfec0b3..ae12eaff3d7ec99d51a796fcb86bb9b3fe1fcbe8 100644
|
| --- a/cc/test/fake_ui_resource_layer_tree_host_impl.h
|
| +++ b/cc/test/fake_ui_resource_layer_tree_host_impl.h
|
| @@ -9,11 +9,13 @@
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
|
|
| namespace cc {
|
| +class TaskGraphRunner;
|
|
|
| class FakeUIResourceLayerTreeHostImpl : public FakeLayerTreeHostImpl {
|
| public:
|
| explicit FakeUIResourceLayerTreeHostImpl(Proxy* proxy,
|
| - SharedBitmapManager* manager);
|
| + SharedBitmapManager* manager,
|
| + TaskGraphRunner* task_graph_runner);
|
| ~FakeUIResourceLayerTreeHostImpl() override;
|
|
|
| void CreateUIResource(UIResourceId uid,
|
|
|