| Index: gm/hittestpath.cpp
|
| diff --git a/gm/hittestpath.cpp b/gm/hittestpath.cpp
|
| index 11fe834dd68fcb57a4297c9d0a08cfbb06732559..42e367155150a1fb89c09a6301dee310113e95dc 100644
|
| --- a/gm/hittestpath.cpp
|
| +++ b/gm/hittestpath.cpp
|
| @@ -35,13 +35,13 @@ public:
|
|
|
| protected:
|
|
|
| - SkString onShortName() SK_OVERRIDE {
|
| + SkString onShortName() override {
|
| return SkString("hittestpath");
|
| }
|
|
|
| - SkISize onISize() SK_OVERRIDE { return SkISize::Make(700, 460); }
|
| + SkISize onISize() override { return SkISize::Make(700, 460); }
|
|
|
| - void onDraw(SkCanvas* canvas) SK_OVERRIDE {
|
| + void onDraw(SkCanvas* canvas) override {
|
| SkPath path;
|
| SkRandom rand;
|
|
|
|
|