aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/imagefiltersbase.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-01-23 11:07:07 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-23 11:07:08 -0800
commit1c4029296f518a84ef90095243ba210163a1e1f9 (patch)
tree11136d02e081edc4f2367b8448ee76e2dd856fed /gm/imagefiltersbase.cpp
parenta3ca15c314c72d1e4ffff38d0937a382c1e6d2de (diff)
remove unused GM flags
Depends on https://codereview.chromium.org/873753002/ Thumbs up to CLion for refactoring this for me. BUG=skia: Review URL: https://codereview.chromium.org/867963004
Diffstat (limited to 'gm/imagefiltersbase.cpp')
-rw-r--r--gm/imagefiltersbase.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gm/imagefiltersbase.cpp b/gm/imagefiltersbase.cpp
index be8d402528..ea32769d4d 100644
--- a/gm/imagefiltersbase.cpp
+++ b/gm/imagefiltersbase.cpp
@@ -207,14 +207,6 @@ protected:
canvas->drawRect(r, paint);
}
- virtual uint32_t onGetFlags() const {
- // Because of the use of drawSprite, this test is excluded
- // from scaled replay tests because drawSprite ignores the
- // reciprocal scale that is applied at record time, which is
- // the intended behavior of drawSprite.
- return kSkipScaledReplay_Flag | kSkipTiled_Flag;
- }
-
virtual void onDraw(SkCanvas* canvas) {
void (*drawProc[])(SkCanvas*, const SkRect&, SkImageFilter*) = {
draw_paint,