| 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 84c097fa8ed7934aa8a9cf68045fca33fcc39f02..970d7b0bcc179a749e544fd528505a597054187c 100644
|
| --- a/cc/test/fake_scoped_ui_resource.h
|
| +++ b/cc/test/fake_scoped_ui_resource.h
|
| @@ -16,9 +16,8 @@ class FakeScopedUIResource : public ScopedUIResource {
|
| public:
|
| static scoped_ptr<FakeScopedUIResource> Create(LayerTreeHost* host);
|
|
|
| - virtual scoped_refptr<UIResourceBitmap> GetBitmap(
|
| - UIResourceId uid,
|
| - bool resource_lost) OVERRIDE;
|
| + virtual UIResourceBitmap GetBitmap(UIResourceId uid,
|
| + bool resource_lost) OVERRIDE;
|
| void ResetCounters();
|
|
|
| int resource_create_count;
|
|
|