| Index: bench/RegionContainBench.cpp
|
| diff --git a/bench/RegionContainBench.cpp b/bench/RegionContainBench.cpp
|
| index 3a0980907a55ff2cd8a3f86d95006c2de028516f..dfee9561b57337d42e2b487dc6f2bece72437b57 100644
|
| --- a/bench/RegionContainBench.cpp
|
| +++ b/bench/RegionContainBench.cpp
|
| @@ -45,14 +45,14 @@ public:
|
| fB.setRect(0, 0, H, W);
|
| }
|
|
|
| - bool isSuitableFor(Backend backend) SK_OVERRIDE {
|
| + bool isSuitableFor(Backend backend) override {
|
| return backend == kNonRendering_Backend;
|
| }
|
|
|
| protected:
|
| - const char* onGetName() SK_OVERRIDE { return fName.c_str(); }
|
| + const char* onGetName() override { return fName.c_str(); }
|
|
|
| - void onDraw(const int loops, SkCanvas*) SK_OVERRIDE {
|
| + void onDraw(const int loops, SkCanvas*) override {
|
| Proc proc = fProc;
|
|
|
| for (int i = 0; i < loops; ++i) {
|
|
|