aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-05-13 05:06:19 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-13 05:06:19 -0700
commitf054b1766b96d270b98efd9afc87835d299d4a4e (patch)
tree10270c56d8fc81b0f60aa870fc503e0d4ba1fbbe /src/core
parent862cff30eaa16206d76d7de7594c9167375ca87e (diff)
Swap SkGpuBlurUtils over to using SkIRects
We don't have to land this, but I found it more comforting for the blurring code to explicitly deal with SkIRects rather than SkRects with integer values. Split out of: https://codereview.chromium.org/1959493002/ (Retract GrRenderTarget from SkGpuBlurUtils) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1968603003 Review-Url: https://codereview.chromium.org/1968603003
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkMaskFilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkMaskFilter.cpp b/src/core/SkMaskFilter.cpp
index 8f8e70901f..86fc40ebac 100644
--- a/src/core/SkMaskFilter.cpp
+++ b/src/core/SkMaskFilter.cpp
@@ -336,7 +336,7 @@ bool SkMaskFilter::directFilterRRectMaskGPU(GrTextureProvider* texProvider,
bool SkMaskFilter::filterMaskGPU(GrTexture* src,
const SkMatrix& ctm,
- const SkRect& maskRect,
+ const SkIRect& maskRect,
GrTexture** result,
bool canOverwriteSrc) const {
return false;