| Index: gm/hittestpath.cpp
|
| diff --git a/gm/hittestpath.cpp b/gm/hittestpath.cpp
|
| index caed98fc9521de1b95f06e028067606885706426..88772d63274d1312b69bac8ae21d7406961c0661 100644
|
| --- a/gm/hittestpath.cpp
|
| +++ b/gm/hittestpath.cpp
|
| @@ -38,13 +38,13 @@ protected:
|
| return kSkipTiled_Flag;
|
| }
|
|
|
| - virtual SkString onShortName() {
|
| + virtual SkString onShortName() SK_OVERRIDE {
|
| return SkString("hittestpath");
|
| }
|
|
|
| - virtual SkISize onISize() { return SkISize::Make(700, 460); }
|
| + virtual SkISize onISize() SK_OVERRIDE { return SkISize::Make(700, 460); }
|
|
|
| - virtual void onDraw(SkCanvas* canvas) {
|
| + virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE {
|
| SkPath path;
|
| SkRandom rand;
|
|
|
|
|