| Index: cc/test/fake_scoped_ui_resource.h
|
| diff --git a/cc/test/fake_scoped_ui_resource.h b/cc/test/fake_scoped_ui_resource.h
|
| index 54258b33c4eae3863fb56d292ea4ff8d48dde9d0..ae826402bb7ad6c9e1f24d0bf65a6c6ee01c83d0 100644
|
| --- a/cc/test/fake_scoped_ui_resource.h
|
| +++ b/cc/test/fake_scoped_ui_resource.h
|
| @@ -14,7 +14,8 @@ class LayerTreeHost;
|
|
|
| class FakeScopedUIResource : public ScopedUIResource {
|
| public:
|
| - static std::unique_ptr<FakeScopedUIResource> Create(LayerTreeHost* host);
|
| + static std::unique_ptr<FakeScopedUIResource> Create(
|
| + UIResourceManager* ui_resource_manager);
|
|
|
| UIResourceBitmap GetBitmap(UIResourceId uid, bool resource_lost) override;
|
| void DeleteResource();
|
| @@ -24,7 +25,7 @@ class FakeScopedUIResource : public ScopedUIResource {
|
| int lost_resource_count;
|
|
|
| private:
|
| - explicit FakeScopedUIResource(LayerTreeHost* host);
|
| + explicit FakeScopedUIResource(UIResourceManager* ui_resource_manager);
|
| };
|
|
|
| } // namespace cc
|
|
|