Index: gm/circularclips.cpp |
diff --git a/gm/circularclips.cpp b/gm/circularclips.cpp |
index 6a8415c67ec445990e6de88ebded26b861fbd8e3..69e8b69a8f23a78f733c5511f73f8b70996a974b 100644 |
--- a/gm/circularclips.cpp |
+++ b/gm/circularclips.cpp |
@@ -26,9 +26,11 @@ public: |
protected: |
uint32_t onGetFlags() const SK_OVERRIDE { |
- return kSkipTiled_Flag | kAsBench_Flag; |
+ return kSkipTiled_Flag; |
} |
+ bool runAsBench() const SK_OVERRIDE { return true; } |
+ |
SkString onShortName() SK_OVERRIDE { |
return SkString("circular-clips"); |
} |