aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkBitmapSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkBitmapSource.h')
-rw-r--r--include/effects/SkBitmapSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/effects/SkBitmapSource.h b/include/effects/SkBitmapSource.h
index fa6dafc3a5..fcc1db97bc 100644
--- a/include/effects/SkBitmapSource.h
+++ b/include/effects/SkBitmapSource.h
@@ -23,7 +23,7 @@ protected:
explicit SkBitmapSource(SkReadBuffer& buffer);
virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&,
- SkBitmap* result, SkIPoint* offset) SK_OVERRIDE;
+ SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE;
virtual bool onFilterBounds(const SkIRect& src, const SkMatrix& ctm, SkIRect* dst) const SK_OVERRIDE;
private: