Index: tests/CachedDecodingPixelRefTest.cpp |
diff --git a/tests/CachedDecodingPixelRefTest.cpp b/tests/CachedDecodingPixelRefTest.cpp |
index fc56edd82365e98beca615290550367582cec898..670d849436f5a11a17adbbb0cbbc2051f11139cf 100644 |
--- a/tests/CachedDecodingPixelRefTest.cpp |
+++ b/tests/CachedDecodingPixelRefTest.cpp |
@@ -182,14 +182,6 @@ protected: |
kOpaque_SkAlphaType); |
} |
-#ifdef SK_SUPPORT_LEGACY_BOOL_ONGETINFO |
- bool onGetInfo(SkImageInfo* info) override { |
- REPORTER_ASSERT(fReporter, info); |
- *info = GetMyInfo(); |
- return true; |
- } |
-#endif |
- |
virtual Result onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, |
const Options&, |
SkPMColor ctable[], int* ctableCount) override { |