| Index: trunk/src/cc/test/fake_scoped_ui_resource.h
|
| ===================================================================
|
| --- trunk/src/cc/test/fake_scoped_ui_resource.h (revision 223178)
|
| +++ trunk/src/cc/test/fake_scoped_ui_resource.h (working copy)
|
| @@ -16,8 +16,9 @@
|
| public:
|
| static scoped_ptr<FakeScopedUIResource> Create(LayerTreeHost* host);
|
|
|
| - virtual UIResourceBitmap GetBitmap(UIResourceId uid,
|
| - bool resource_lost) OVERRIDE;
|
| + virtual scoped_refptr<UIResourceBitmap> GetBitmap(
|
| + UIResourceId uid,
|
| + bool resource_lost) OVERRIDE;
|
| void ResetCounters();
|
|
|
| int resource_create_count;
|
|
|