aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/drawlooper.cpp
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2015-02-02 12:08:18 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-02 12:08:18 -0800
commit465206af184f58e8097e7f4f414b791232627c31 (patch)
tree683e180847663cc48cbddd624b2646587de317a5 /gm/drawlooper.cpp
parent004a166ad79b86e790f27fdafc64aa71afdf0f82 (diff)
Add missing SK_OVERRIDE
Tested by running on clang head + ubuntu 14.04: GYP_DEFINES=”skia_gpu=0 skia_warnings_as_errors=1" tools/xsan_build thread dm BUILDTYPE=Release out/Release/dm -v BUG=skia:3386 Review URL: https://codereview.chromium.org/894833002
Diffstat (limited to 'gm/drawlooper.cpp')
-rw-r--r--gm/drawlooper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/drawlooper.cpp b/gm/drawlooper.cpp
index 1d16fb5955..56b412533a 100644
--- a/gm/drawlooper.cpp
+++ b/gm/drawlooper.cpp
@@ -27,7 +27,7 @@ public:
}
protected:
- virtual SkISize onISize() {
+ virtual SkISize onISize() SK_OVERRIDE {
return SkISize::Make(520, 160);
}