aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/peekpixels.cpp
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-12-20 06:53:43 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-20 06:53:43 -0800
commit752e7eb157f8a18c26b88b7b85eecdbd5549d52e (patch)
tree796bd41d42d1ebc0dfb65c01173d974b60aebaf8 /gm/peekpixels.cpp
parentbb1af8dd75c1db1a4bec34e584d552ebbcb1fedc (diff)
Cleanup: Another round of override fixes.
BUG=skia:3075 TEST=ninja -C out/Debug TBR=mtklein@google.com Review URL: https://codereview.chromium.org/815883002
Diffstat (limited to 'gm/peekpixels.cpp')
-rw-r--r--gm/peekpixels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/peekpixels.cpp b/gm/peekpixels.cpp
index 01a60c124f..b5573f3458 100644
--- a/gm/peekpixels.cpp
+++ b/gm/peekpixels.cpp
@@ -64,7 +64,7 @@ protected:
}
}
- virtual uint32_t onGetFlags() const {
+ virtual uint32_t onGetFlags() const SK_OVERRIDE {
// we explicitly test peekPixels and readPixels, neither of which
// return something for a picture-backed canvas, so we skip that test.
return kSkipPicture_Flag;