aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/patheffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/patheffects.cpp')
-rw-r--r--gm/patheffects.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/patheffects.cpp b/gm/patheffects.cpp
index 00ae21529b..b24bd90061 100644
--- a/gm/patheffects.cpp
+++ b/gm/patheffects.cpp
@@ -107,7 +107,7 @@ public:
PathEffectGM() {}
protected:
- virtual uint32_t onGetFlags() const SK_OVERRIDE {
+ uint32_t onGetFlags() const SK_OVERRIDE {
return kSkipTiled_Flag;
}
@@ -117,7 +117,7 @@ protected:
SkISize onISize() SK_OVERRIDE { return SkISize::Make(800, 600); }
- virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE {
+ void onDraw(SkCanvas* canvas) SK_OVERRIDE {
SkPaint paint;
paint.setAntiAlias(true);
paint.setStyle(SkPaint::kStroke_Style);