Index: src/effects/SkGpuBlurUtils.h |
diff --git a/src/effects/SkGpuBlurUtils.h b/src/effects/SkGpuBlurUtils.h |
index 0d37f158be9c0270dc44efe9a5e50b9e3bed2ecb..4f80fc31143465a246c19f8dda5406bc80befe49 100644 |
--- a/src/effects/SkGpuBlurUtils.h |
+++ b/src/effects/SkGpuBlurUtils.h |
@@ -34,11 +34,10 @@ namespace SkGpuBlurUtils { |
sk_sp<GrDrawContext> GaussianBlur(GrContext* context, |
GrTexture* srcTexture, |
bool gammaCorrect, |
- const SkRect& dstBounds, |
- const SkRect* srcBounds, |
+ const SkIRect& dstBounds, |
+ const SkIRect* srcBounds, |
float sigmaX, |
float sigmaY); |
- |
}; |
#endif |