| Index: samplecode/SampleSubpixelTranslate.cpp
|
| diff --git a/samplecode/SampleSubpixelTranslate.cpp b/samplecode/SampleSubpixelTranslate.cpp
|
| index fe8062b7a68f3c01ca739344d7a397fb962a529f..02993632cf92ea9200f2a86d25a243e1b28cff50 100644
|
| --- a/samplecode/SampleSubpixelTranslate.cpp
|
| +++ b/samplecode/SampleSubpixelTranslate.cpp
|
| @@ -52,7 +52,7 @@ protected:
|
| SkPoint fCurPos;
|
|
|
| // overrides from SkEventSink
|
| - bool onQuery(SkEvent* evt) SK_OVERRIDE {
|
| + bool onQuery(SkEvent* evt) override {
|
| if (SampleCode::TitleQ(*evt)) {
|
| SampleCode::TitleR(evt, "SubpixelTranslate");
|
| return true;
|
| @@ -60,7 +60,7 @@ protected:
|
| return this->INHERITED::onQuery(evt);
|
| }
|
|
|
| - void onDrawContent(SkCanvas* canvas) SK_OVERRIDE {
|
| + void onDrawContent(SkCanvas* canvas) override {
|
|
|
| static const SkFilterQuality gQualitys[] = {
|
| kNone_SkFilterQuality,
|
|
|