| Index: bench/BitmapBench.cpp
|
| diff --git a/bench/BitmapBench.cpp b/bench/BitmapBench.cpp
|
| index 1ac1992ab682a386008e458c57ff5e571d112878..6220247c8d2ea1e4ab5f956802f549c7126a323d 100644
|
| --- a/bench/BitmapBench.cpp
|
| +++ b/bench/BitmapBench.cpp
|
| @@ -247,7 +247,7 @@ protected:
|
| INHERITED::onDraw(loops, canvas);
|
| }
|
|
|
| - void setupPaint(SkPaint* paint) SK_OVERRIDE {
|
| + void setupPaint(SkPaint* paint) override {
|
| this->INHERITED::setupPaint(paint);
|
|
|
| int index = 0;
|
| @@ -303,7 +303,7 @@ protected:
|
| return fFullName.c_str();
|
| }
|
|
|
| - void onDrawIntoBitmap(const SkBitmap& bm) SK_OVERRIDE {
|
| + void onDrawIntoBitmap(const SkBitmap& bm) override {
|
| const int w = bm.width();
|
| const int h = bm.height();
|
|
|
|
|