Index: include/core/SkImageFilter.h |
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h |
index 326ae5bdaf2c99b02f308b69c6e2f6ceba1e8fea..0595010c6fba0321262feca28b887ce3bf272649 100644 |
--- a/include/core/SkImageFilter.h |
+++ b/include/core/SkImageFilter.h |
@@ -115,7 +115,7 @@ public: |
// Returns true if the proxy handled the filter itself. If this returns |
// false then the filter's code will be called. |
bool filterImage(const SkImageFilter*, const SkBitmap& src, const SkImageFilter::Context&, |
- SkBitmap* result, SkIPoint* offset) override; |
+ SkBitmap* result, SkIPoint* offset) override; |
private: |
SkBaseDevice* fDevice; |