| Index: tests/DrawBitmapRectTest.cpp
|
| diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp
|
| index bde0095df9a8adc0b4a1cab77e729b8ae420111f..060e08b3a75288d83211699721738a1d846704e5 100644
|
| --- a/tests/DrawBitmapRectTest.cpp
|
| +++ b/tests/DrawBitmapRectTest.cpp
|
| @@ -23,7 +23,7 @@ public:
|
| FailureImageGenerator() : SkImageGenerator(SkImageInfo::MakeN32Premul(100, 100)) {}
|
| protected:
|
| #ifdef SK_SUPPORT_LEGACY_BOOL_ONGETINFO
|
| - bool onGetInfo(SkImageInfo* info) SK_OVERRIDE {
|
| + bool onGetInfo(SkImageInfo* info) override {
|
| *info = SkImageInfo::MakeN32Premul(100, 100);
|
| return true;
|
| }
|
|
|