| Index: samplecode/SampleManyRects.cpp
|
| diff --git a/samplecode/SampleManyRects.cpp b/samplecode/SampleManyRects.cpp
|
| index c563394725d2e208185d1d4b2c76c4c3442d3dfc..5032498b6adf72b34644d7960b572eacaa62c897 100644
|
| --- a/samplecode/SampleManyRects.cpp
|
| +++ b/samplecode/SampleManyRects.cpp
|
| @@ -26,7 +26,7 @@ public:
|
| ManyRectsView() {}
|
|
|
| protected:
|
| - bool onQuery(SkEvent* evt) SK_OVERRIDE {
|
| + bool onQuery(SkEvent* evt) override {
|
| if (SampleCode::TitleQ(*evt)) {
|
| SampleCode::TitleR(evt, "ManyRects");
|
| return true;
|
|
|