aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLocalMatrixImageFilter.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-03-24 07:26:32 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-24 07:26:32 -0700
commit2302de920e5434809bd0e85b871a6e002856dfdb (patch)
tree895491a700be4a79a3da2faa95dd8f553537bdf8 /src/core/SkLocalMatrixImageFilter.h
parent85f9269d9b05c25f3d7b9ac5435f2bf8951e7db3 (diff)
Switch new SkImageFilter internal methods over to sk_sp
Diffstat (limited to 'src/core/SkLocalMatrixImageFilter.h')
-rw-r--r--src/core/SkLocalMatrixImageFilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkLocalMatrixImageFilter.h b/src/core/SkLocalMatrixImageFilter.h
index f6bcb56773..412b391e18 100644
--- a/src/core/SkLocalMatrixImageFilter.h
+++ b/src/core/SkLocalMatrixImageFilter.h
@@ -23,8 +23,8 @@ public:
protected:
void flatten(SkWriteBuffer&) const override;
- SkSpecialImage* onFilterImage(SkSpecialImage* source, const Context&,
- SkIPoint* offset) const override;
+ sk_sp<SkSpecialImage> onFilterImage(SkSpecialImage* source, const Context&,
+ SkIPoint* offset) const override;
SkIRect onFilterBounds(const SkIRect& src, const SkMatrix&, MapDirection) const override;
private: