aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/tilemodes_scaled.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/tilemodes_scaled.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/tilemodes_scaled.cpp')
-rw-r--r--gm/tilemodes_scaled.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/gm/tilemodes_scaled.cpp b/gm/tilemodes_scaled.cpp
index 4edd11586f..508e57678a 100644
--- a/gm/tilemodes_scaled.cpp
+++ b/gm/tilemodes_scaled.cpp
@@ -73,13 +73,6 @@ protected:
return name;
}
-#ifdef SK_CPU_ARM64
- // Skip tiled drawing on 64-bit ARM until https://skbug.com/2908 is fixed.
- uint32_t onGetFlags() const SK_OVERRIDE {
- return kSkipTiled_Flag;
- }
-#endif
-
SkISize onISize() SK_OVERRIDE { return SkISize::Make(880, 760); }
void onOnceBeforeDraw() SK_OVERRIDE {
@@ -213,9 +206,6 @@ public:
}
protected:
- uint32_t onGetFlags() const SK_OVERRIDE {
- return kSkipTiled_Flag;
- }
SkString onShortName() SK_OVERRIDE {
return fName;