aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RectBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/RectBench.cpp')
-rw-r--r--bench/RectBench.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/RectBench.cpp b/bench/RectBench.cpp
index db363959bb..f793c8ff57 100644
--- a/bench/RectBench.cpp
+++ b/bench/RectBench.cpp
@@ -39,6 +39,8 @@ public:
return fName.c_str();
}
+ bool isVisual() override { return true; }
+
protected:
virtual void drawThisRect(SkCanvas* c, const SkRect& r, const SkPaint& p) {
c->drawRect(r, p);