aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/android
diff options
context:
space:
mode:
Diffstat (limited to 'include/android')
-rw-r--r--include/android/SkBitmapRegionDecoder.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/android/SkBitmapRegionDecoder.h b/include/android/SkBitmapRegionDecoder.h
index df0c370338..c41d11247b 100644
--- a/include/android/SkBitmapRegionDecoder.h
+++ b/include/android/SkBitmapRegionDecoder.h
@@ -63,11 +63,6 @@ public:
const SkIRect& desiredSubset, int sampleSize,
SkColorType colorType, bool requireUnpremul,
sk_sp<SkColorSpace> prefColorSpace = nullptr) = 0;
- /*
- * @param Requested destination color type
- * @return true if we support the requested color type and false otherwise
- */
- virtual bool conversionSupported(SkColorType colorType) = 0;
virtual SkEncodedImageFormat getEncodedFormat() = 0;