summaryrefslogtreecommitdiff
path: root/chromium/cc/resources/ui_resource_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/resources/ui_resource_client.h')
-rw-r--r--chromium/cc/resources/ui_resource_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/cc/resources/ui_resource_client.h b/chromium/cc/resources/ui_resource_client.h
index d647936baee..24309a52bb7 100644
--- a/chromium/cc/resources/ui_resource_client.h
+++ b/chromium/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() {}
};