summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_image_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/pepper_image_data.h')
-rw-r--r--webkit/glue/plugins/pepper_image_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/pepper_image_data.h b/webkit/glue/plugins/pepper_image_data.h
index 75bead7..2c7adde 100644
--- a/webkit/glue/plugins/pepper_image_data.h
+++ b/webkit/glue/plugins/pepper_image_data.h
@@ -53,7 +53,7 @@ class ImageData : public Resource {
static bool IsImageDataFormatSupported(PP_ImageDataFormat format);
// Resource overrides.
- virtual ImageData* AsImageData() { return this; }
+ virtual ImageData* AsImageData();
// PPB_ImageData implementation.
bool Init(PP_ImageDataFormat format,