aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkGpuBlurUtils.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-01-11 10:56:59 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-11 10:56:59 -0800
commit4e23cdaa6b892afeaa150c6d74099dc6c2065b7e (patch)
tree259fa62c7cbb4a3cdbdc069719012148dd5ff836 /src/effects/SkGpuBlurUtils.h
parent5651ee6376dc3271ea8f4fc91b037c8f361c3cfa (diff)
remove imagefilter::sizeconstraint
Diffstat (limited to 'src/effects/SkGpuBlurUtils.h')
-rw-r--r--src/effects/SkGpuBlurUtils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/effects/SkGpuBlurUtils.h b/src/effects/SkGpuBlurUtils.h
index 84e3252cc2..013d11b517 100644
--- a/src/effects/SkGpuBlurUtils.h
+++ b/src/effects/SkGpuBlurUtils.h
@@ -40,8 +40,7 @@ namespace SkGpuBlurUtils {
const SkRect& dstBounds,
const SkRect* srcBounds,
float sigmaX,
- float sigmaY,
- GrTextureProvider::SizeConstraint);
+ float sigmaY);
#endif
};