aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/testimagefilters.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/testimagefilters.cpp')
-rw-r--r--gm/testimagefilters.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/testimagefilters.cpp b/gm/testimagefilters.cpp
index b85c0aa86c..2c4fadb092 100644
--- a/gm/testimagefilters.cpp
+++ b/gm/testimagefilters.cpp
@@ -97,13 +97,13 @@ public:
protected:
- SkString onShortName() SK_OVERRIDE {
+ SkString onShortName() override {
return SkString("testimagefilters");
}
- SkISize onISize() SK_OVERRIDE { return SkISize::Make(700, 460); }
+ SkISize onISize() override { return SkISize::Make(700, 460); }
- void onDraw(SkCanvas* canvas) SK_OVERRIDE {
+ void onDraw(SkCanvas* canvas) override {
// this->drawSizeBounds(canvas, 0xFFCCCCCC);
static SkImageFilter* (*gFilterProc[])() = {