Index: tools/SkBitmapRegionCanvas.h |
diff --git a/tools/SkBitmapRegionCanvas.h b/tools/SkBitmapRegionCanvas.h |
index 05eca8b3fcc3ab052c36ce1982c39136a6e8b570..f82e9fa77a941b01dee6d746d2a2fb02006ea40e 100644 |
--- a/tools/SkBitmapRegionCanvas.h |
+++ b/tools/SkBitmapRegionCanvas.h |
@@ -34,6 +34,8 @@ public: |
SkBitmap* decodeRegion(int start_x, int start_y, int width, int height, |
int sampleSize, SkColorType prefColorType) override; |
+ bool conversionSupported(SkColorType colorType) override; |
+ |
private: |
SkAutoTDelete<SkCodec> fDecoder; |