aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/nested.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/nested.cpp')
-rw-r--r--gm/nested.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/nested.cpp b/gm/nested.cpp
index 025bdce441..3dd2c2c27e 100644
--- a/gm/nested.cpp
+++ b/gm/nested.cpp
@@ -20,7 +20,7 @@ public:
protected:
- SkString onShortName() SK_OVERRIDE {
+ SkString onShortName() override {
SkString name("nested");
if (fDoAA) {
name.append("_aa");
@@ -30,7 +30,7 @@ protected:
return name;
}
- SkISize onISize() SK_OVERRIDE {
+ SkISize onISize() override {
return SkISize::Make(kImageWidth, kImageHeight);
}
@@ -60,7 +60,7 @@ protected:
}
}
- void onDraw(SkCanvas* canvas) SK_OVERRIDE {
+ void onDraw(SkCanvas* canvas) override {
SkPaint shapePaint;
shapePaint.setColor(SK_ColorBLACK);