| Index: cc/resources/ui_resource_client.h
|
| diff --git a/cc/resources/ui_resource_client.h b/cc/resources/ui_resource_client.h
|
| index d647936baee7f2cba370c1d9220879196f0d9852..24309a52bb7d81342c3d49be0d759e2cf2739cd4 100644
|
| --- a/cc/resources/ui_resource_client.h
|
| +++ b/cc/resources/ui_resource_client.h
|
| @@ -24,8 +24,8 @@ class CC_EXPORT UIResourceClient {
|
| // delete a UIResourceClient object after DeleteUIResource has been called for
|
| // all IDs associated with it. A valid bitmap always must be returned but it
|
| // doesn't need to be the same size or format as the original.
|
| - virtual scoped_refptr<UIResourceBitmap> GetBitmap(UIResourceId uid,
|
| - bool resource_lost) = 0;
|
| + virtual UIResourceBitmap GetBitmap(UIResourceId uid,
|
| + bool resource_lost) = 0;
|
| virtual ~UIResourceClient() {}
|
| };
|
|
|
|
|