Index: bench/PictureNestingBench.cpp |
diff --git a/bench/PictureNestingBench.cpp b/bench/PictureNestingBench.cpp |
index b2220b7ed424c1c49ccc4a4aef43441b22388d06..a649dcc636235fed1e366290db344c0829931e90 100644 |
--- a/bench/PictureNestingBench.cpp |
+++ b/bench/PictureNestingBench.cpp |
@@ -26,7 +26,7 @@ public: |
} |
protected: |
- const char* onGetName() SK_OVERRIDE { |
+ const char* onGetName() override { |
return fName.c_str(); |
} |
@@ -139,7 +139,7 @@ public: |
: INHERITED("playback", maxLevel, maxPictureLevel) { |
} |
protected: |
- void onPreDraw() SK_OVERRIDE { |
+ void onPreDraw() override { |
this->INHERITED::onPreDraw(); |
SkIPoint canvasSize = onGetSize(); |