| Index: gm/patheffects.cpp
|
| diff --git a/gm/patheffects.cpp b/gm/patheffects.cpp
|
| index 7177a531f1c78d866411422b8cf3609ca4ce1c5b..00ae21529b858e817d85aea9681d97191d41ff84 100644
|
| --- a/gm/patheffects.cpp
|
| +++ b/gm/patheffects.cpp
|
| @@ -111,13 +111,13 @@ protected:
|
| return kSkipTiled_Flag;
|
| }
|
|
|
| - SkString onShortName() {
|
| + SkString onShortName() SK_OVERRIDE {
|
| return SkString("patheffect");
|
| }
|
|
|
| - SkISize onISize() { return SkISize::Make(800, 600); }
|
| + SkISize onISize() SK_OVERRIDE { return SkISize::Make(800, 600); }
|
|
|
| - virtual void onDraw(SkCanvas* canvas) {
|
| + virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE {
|
| SkPaint paint;
|
| paint.setAntiAlias(true);
|
| paint.setStyle(SkPaint::kStroke_Style);
|
|
|