aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkGpuBlurUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/SkGpuBlurUtils.h')
-rw-r--r--src/effects/SkGpuBlurUtils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/effects/SkGpuBlurUtils.h b/src/effects/SkGpuBlurUtils.h
index 0d37f158be..4f80fc3114 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