Index: src/images/SkDecodingImageGenerator.cpp |
diff --git a/src/images/SkDecodingImageGenerator.cpp b/src/images/SkDecodingImageGenerator.cpp |
index 78027f42e289b71a2c58304bef71612b83369384..2a07308447f0df2dbdd30261f913c76f2c16d522 100644 |
--- a/src/images/SkDecodingImageGenerator.cpp |
+++ b/src/images/SkDecodingImageGenerator.cpp |
@@ -38,12 +38,6 @@ public: |
protected: |
SkData* onRefEncodedData() override; |
-#ifdef SK_SUPPORT_LEGACY_BOOL_ONGETINFO |
- bool onGetInfo(SkImageInfo* info) override { |
- *info = fInfo; |
- return true; |
- } |
-#endif |
Result onGetPixels(const SkImageInfo& info, |
void* pixels, size_t rowBytes, const Options&, |
SkPMColor ctable[], int* ctableCount) override; |