aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/fontscaler.cpp
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2015-01-05 17:18:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-05 17:18:51 -0800
commitaa458fb20a4350da581f8ceec69ea16eec295ced (patch)
treedb81877fcdf6d4bf361ddfce5f81072ea5cc996b /gm/fontscaler.cpp
parent4dd6b72b31d091968c6cc92558684d87cc7b2008 (diff)
Cleanup: More override fixes - another round.
BUG=skia:3075 TEST=ninja -C out/Debug TBR=reed@google.com Review URL: https://codereview.chromium.org/831113002
Diffstat (limited to 'gm/fontscaler.cpp')
-rw-r--r--gm/fontscaler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/fontscaler.cpp b/gm/fontscaler.cpp
index eb38013cb1..6fd763cbe2 100644
--- a/gm/fontscaler.cpp
+++ b/gm/fontscaler.cpp
@@ -23,11 +23,11 @@ protected:
return kSkipTiled_Flag;
}
- virtual SkString onShortName() {
+ virtual SkString onShortName() SK_OVERRIDE {
return SkString("fontscaler");
}
- virtual SkISize onISize() {
+ virtual SkISize onISize() SK_OVERRIDE {
return SkISize::Make(1450, 750);
}
@@ -39,7 +39,7 @@ protected:
canvas->translate(-px, -py);
}
- virtual void onDraw(SkCanvas* canvas) {
+ virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE {
SkPaint paint;
paint.setAntiAlias(true);