aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkPictureImageFilter.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-11-09 11:32:12 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-09 16:49:44 +0000
commit0d8766c84c80537f323947089cc196c3cca106f4 (patch)
tree140197bf55b98b4c78aa29c5c3d83b981f50663d /include/effects/SkPictureImageFilter.h
parent40f5c55358900e855dbd39e56aee1b2aa0a7a3ff (diff)
Remove MakeForLocalSpace since picture image is sufficient
Bug: skia: Change-Id: If38e702c418e93141311490edf447d1f09ed4434 Reviewed-on: https://skia-review.googlesource.com/68640 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'include/effects/SkPictureImageFilter.h')
-rw-r--r--include/effects/SkPictureImageFilter.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/effects/SkPictureImageFilter.h b/include/effects/SkPictureImageFilter.h
index 13bf66aac7..76e7b63e3e 100644
--- a/include/effects/SkPictureImageFilter.h
+++ b/include/effects/SkPictureImageFilter.h
@@ -24,17 +24,6 @@ public:
*/
static sk_sp<SkImageFilter> Make(sk_sp<SkPicture> picture, const SkRect& cropRect);
- /**
- * Refs the passed-in picture. The picture is rasterized at a resolution that matches the
- * local coordinate space. If the picture needs to be resampled for drawing it into the
- * destination canvas, bilinear filtering will be used. cropRect can be used to crop or
- * expand the destination rect when the picture is drawn. (No scaling is implied by the
- * dest rect; only the CTM is applied.)
- */
- static sk_sp<SkImageFilter> MakeForLocalSpace(sk_sp<SkPicture> picture,
- const SkRect& cropRect,
- SkFilterQuality filterQuality);
-
SK_TO_STRING_OVERRIDE()
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkPictureImageFilter)