remove unused api

Needs this to land first
https://codereview.chromium.org/2945973002/

Bug: skia:
Change-Id: Ib5db8a528cdf9fd75c7a547a5fc637da7a4bbce0
Reviewed-on: https://skia-review.googlesource.com/20304
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2017-06-19 21:13:28 -07:00 committed by Skia Commit-Bot
parent 369f7eaeb0
commit 151b6ff295

View File

@ -24,12 +24,6 @@ public:
return Make(array, 2, cropRect);
}
// Change caller in chrome to use Make(...) instead
static sk_sp<SkImageFilter> MakeN(sk_sp<SkImageFilter> array[], int count, std::nullptr_t,
const CropRect* cropRect = nullptr) {
return Make(array, count, cropRect);
}
SK_TO_STRING_OVERRIDE()
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkMergeImageFilter)