Index: gm/hittestpath.cpp |
diff --git a/gm/hittestpath.cpp b/gm/hittestpath.cpp |
index 6ffc1f9f869d9d00d2c6d1f014157e7a1a5ba9e7..d971db9282b1ff2852f9ea1c7b2cabc9ad2b4f43 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"); |
} |