| Index: include/effects/SkDropShadowImageFilter.h | 
| diff --git a/include/effects/SkDropShadowImageFilter.h b/include/effects/SkDropShadowImageFilter.h | 
| index cfcad8c33b6349b2323bc456cc0745039d84dd1c..aba2017eef6d61f648ece238e97de36958e052c0 100644 | 
| --- a/include/effects/SkDropShadowImageFilter.h | 
| +++ b/include/effects/SkDropShadowImageFilter.h | 
| @@ -19,7 +19,7 @@ public: | 
| protected: | 
| explicit SkDropShadowImageFilter(SkReadBuffer&); | 
| virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; | 
| -    virtual bool onFilterImage(Proxy*, const SkBitmap& source, const SkMatrix&, SkBitmap* result, SkIPoint* loc) SK_OVERRIDE; | 
| +    virtual bool onFilterImage(Proxy*, const SkBitmap& source, const SkMatrix&, SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE; | 
| virtual bool onFilterBounds(const SkIRect& src, const SkMatrix&, | 
| SkIRect* dst) const SK_OVERRIDE; | 
|  | 
|  |