| Index: tests/CachedDecodingPixelRefTest.cpp
|
| diff --git a/tests/CachedDecodingPixelRefTest.cpp b/tests/CachedDecodingPixelRefTest.cpp
|
| index 51cb7ba38d70166754f2697e800b442fc794c8e8..3882026c7721c5cd5411b8593b853a4d1b466e48 100644
|
| --- a/tests/CachedDecodingPixelRefTest.cpp
|
| +++ b/tests/CachedDecodingPixelRefTest.cpp
|
| @@ -189,7 +189,7 @@ protected:
|
| return true;
|
| }
|
|
|
| - virtual Result onGetPixelsEnum(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
| + virtual Result onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
| SkPMColor ctable[], int* ctableCount) SK_OVERRIDE {
|
| REPORTER_ASSERT(fReporter, pixels != NULL);
|
| REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
|
|
|