aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/hittestpath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/hittestpath.cpp')
-rw-r--r--gm/hittestpath.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gm/hittestpath.cpp b/gm/hittestpath.cpp
index 6ffc1f9f86..d971db9282 100644
--- a/gm/hittestpath.cpp
+++ b/gm/hittestpath.cpp
@@ -34,6 +34,10 @@ public:
HitTestPathGM () {}
protected:
+ virtual uint32_t onGetFlags() const SK_OVERRIDE {
+ return kSkipTiled_Flag;
+ }
+
virtual SkString onShortName() {
return SkString("hittestpath");
}