aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CachedDecodingPixelRefTest.cpp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-05-05 11:36:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-05 11:36:02 -0700
commitd1290843c364dda7691817f3bb52aadee8391acf (patch)
treeaefa6a3008831ad99c0c141dcc87db7d95624fdc /tests/CachedDecodingPixelRefTest.cpp
parent002653e78c1eef4430abe457f6f91add24a69093 (diff)
remove dead code behind BOOL_ONGETINFO
need this to land in chrome first https://codereview.chromium.org/1125573002 BUG=skia: TBR= Review URL: https://codereview.chromium.org/1123473004
Diffstat (limited to 'tests/CachedDecodingPixelRefTest.cpp')
-rw-r--r--tests/CachedDecodingPixelRefTest.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/CachedDecodingPixelRefTest.cpp b/tests/CachedDecodingPixelRefTest.cpp
index fc56edd823..670d849436 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 {