Index: gm/thinstrokedrects.cpp |
diff --git a/gm/thinstrokedrects.cpp b/gm/thinstrokedrects.cpp |
index 2f839d1c008fcc0a41706cfeb5633e405df10037..19746f79a763d3120ffef34ac5a5ad3f6f54c08a 100644 |
--- a/gm/thinstrokedrects.cpp |
+++ b/gm/thinstrokedrects.cpp |
@@ -17,6 +17,10 @@ public: |
} |
protected: |
+ virtual uint32_t onGetFlags() const SK_OVERRIDE { |
+ return kSkipTiled_Flag; |
+ } |
+ |
virtual SkString onShortName() SK_OVERRIDE { |
return SkString("thinstrokedrects"); |
} |