| Index: tests/LayerDrawLooperTest.cpp
|
| diff --git a/tests/LayerDrawLooperTest.cpp b/tests/LayerDrawLooperTest.cpp
|
| index bc76a02a4bfd3d2845f03ca5a28501cd7d522b20..2c9b525aa236b44ff111af0ec7d2fe67a938da44 100644
|
| --- a/tests/LayerDrawLooperTest.cpp
|
| +++ b/tests/LayerDrawLooperTest.cpp
|
| @@ -30,7 +30,7 @@ public:
|
| FakeDevice() : SkBitmapDevice(make_bm(100, 100)) { }
|
|
|
| virtual void drawRect(const SkDraw& draw, const SkRect& r,
|
| - const SkPaint& paint) SK_OVERRIDE {
|
| + const SkPaint& paint) override {
|
| fLastMatrix = *draw.fMatrix;
|
| this->INHERITED::drawRect(draw, r, paint);
|
| }
|
|
|