Index: include/effects/SkMorphologyImageFilter.h |
diff --git a/include/effects/SkMorphologyImageFilter.h b/include/effects/SkMorphologyImageFilter.h |
index 901955bee61fdb548941aefcc31afdcb05068261..a05e663bc47ac369a85f20a8512cd23b300c5261 100644 |
--- a/include/effects/SkMorphologyImageFilter.h |
+++ b/include/effects/SkMorphologyImageFilter.h |
@@ -37,8 +37,12 @@ protected: |
void flatten(SkWriteBuffer&) const SK_OVERRIDE; |
#if SK_SUPPORT_GPU |
bool canFilterImageGPU() const SK_OVERRIDE { return true; } |
- bool filterImageGPUGeneric(bool dilate, Proxy* proxy, const SkBitmap& src, |
- const Context& ctm, SkBitmap* result, |
+ bool filterImageGPUGeneric(bool dilate, |
+ Proxy* proxy, |
+ const SkBitmap& src, |
+ const Context& ctm, |
+ const GrClip&, |
+ SkBitmap* result, |
SkIPoint* offset) const; |
#endif |
@@ -65,7 +69,8 @@ public: |
SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE; |
#if SK_SUPPORT_GPU |
virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const Context&, |
- SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE; |
+ const GrClip&, SkBitmap* result, |
+ SkIPoint* offset) const SK_OVERRIDE; |
#endif |
SK_TO_STRING_OVERRIDE() |
@@ -94,7 +99,8 @@ public: |
SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE; |
#if SK_SUPPORT_GPU |
virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const Context&, |
- SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE; |
+ const GrClip&, SkBitmap* result, |
+ SkIPoint* offset) const SK_OVERRIDE; |
#endif |
SK_TO_STRING_OVERRIDE() |