aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/dashing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/dashing.cpp')
-rw-r--r--gm/dashing.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gm/dashing.cpp b/gm/dashing.cpp
index a5d234f482..a3d6094067 100644
--- a/gm/dashing.cpp
+++ b/gm/dashing.cpp
@@ -414,9 +414,11 @@ public:
Dashing5GM(bool doAA) : fDoAA(doAA) {}
protected:
- uint32_t onGetFlags() const SK_OVERRIDE { return kAsBench_Flag | kSkipTiled_Flag; }
+ uint32_t onGetFlags() const SK_OVERRIDE { return kSkipTiled_Flag; }
- SkString onShortName() SK_OVERRIDE {
+ bool runAsBench() const SK_OVERRIDE { return true; }
+
+ SkString onShortName() SK_OVERRIDE {
if (fDoAA) {
return SkString("dashing5_aa");
} else {