Index: src/effects/SkBlurImageFilter.cpp |
diff --git a/src/effects/SkBlurImageFilter.cpp b/src/effects/SkBlurImageFilter.cpp |
index 32609b8b79ba1c784aa34ea1253f6a9c2c49aa5a..f67259ebae7156ae4f07fe6457e86aa0eee98922 100644 |
--- a/src/effects/SkBlurImageFilter.cpp |
+++ b/src/effects/SkBlurImageFilter.cpp |
@@ -257,7 +257,8 @@ bool SkBlurImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm, |
} |
bool SkBlurImageFilter::filterImageGPU(Proxy* proxy, const SkBitmap& src, const Context& ctx, |
- SkBitmap* result, SkIPoint* offset) const { |
+ const GrClip&, SkBitmap* result, |
+ SkIPoint* offset) const { |
#if SK_SUPPORT_GPU |
SkBitmap input = src; |
SkIPoint srcOffset = SkIPoint::Make(0, 0); |