aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/SkGpuDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/SkGpuDevice.h')
-rw-r--r--include/gpu/SkGpuDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
index 047fd0740c..d394d1202d 100644
--- a/include/gpu/SkGpuDevice.h
+++ b/include/gpu/SkGpuDevice.h
@@ -141,7 +141,7 @@ protected:
friend class SkAutoTexCache;
// overrides from SkDevice
- virtual bool onReadPixels(const SkBitmap* bitmap,
+ virtual bool onReadPixels(const SkBitmap& bitmap,
int x, int y) SK_OVERRIDE;