aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/filterfastbounds.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/filterfastbounds.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/filterfastbounds.cpp')
-rw-r--r--gm/filterfastbounds.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/gm/filterfastbounds.cpp b/gm/filterfastbounds.cpp
index def7b37833..206903f3eb 100644
--- a/gm/filterfastbounds.cpp
+++ b/gm/filterfastbounds.cpp
@@ -160,15 +160,6 @@ protected:
static const int kNumVertTiles = 6;
static const int kNumXtraCols = 2;
- // SkPictureImageFilter doesn't support serialization yet.
- uint32_t onGetFlags() const SK_OVERRIDE {
- return kSkipPicture_Flag |
- kSkipPipe_Flag |
- kSkipPipeCrossProcess_Flag |
- kSkipTiled_Flag |
- kSkipScaledReplay_Flag;
- }
-
SkString onShortName() SK_OVERRIDE{ return SkString("filterfastbounds"); }
SkISize onISize() SK_OVERRIDE{