| Index: tests/CachedDecodingPixelRefTest.cpp
|
| diff --git a/tests/CachedDecodingPixelRefTest.cpp b/tests/CachedDecodingPixelRefTest.cpp
|
| index 48100e714b3337fc33bd5d9c94b62e14f4e596de..e8fea2fdf2a71b792486a37ab35799a8c50ba63b 100644
|
| --- a/tests/CachedDecodingPixelRefTest.cpp
|
| +++ b/tests/CachedDecodingPixelRefTest.cpp
|
| @@ -178,7 +178,7 @@ public:
|
| virtual ~TestImageGenerator() { }
|
|
|
| protected:
|
| - virtual bool onGetInfo(SkImageInfo* info) SK_OVERRIDE {
|
| + bool onGetInfo(SkImageInfo* info) SK_OVERRIDE {
|
| REPORTER_ASSERT(fReporter, info);
|
| if ((NULL == info) || (kFailGetInfo_TestType == fType)) {
|
| return false;
|
|
|