Index: gm/fatpathfill.cpp |
diff --git a/gm/fatpathfill.cpp b/gm/fatpathfill.cpp |
index 8b892327a9b93d916315c26fe582c650a7ce13ab..ba6fffee128068fc251a674a36586c3914bed685 100644 |
--- a/gm/fatpathfill.cpp |
+++ b/gm/fatpathfill.cpp |
@@ -56,6 +56,10 @@ public: |
FatPathFillGM() {} |
protected: |
+ virtual uint32_t onGetFlags() const SK_OVERRIDE { |
+ return kSkipTiled_Flag; |
+ } |
+ |
virtual SkString onShortName() { |
return SkString("fatpathfill"); |
} |