aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/thinstrokedrects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/thinstrokedrects.cpp')
-rw-r--r--gm/thinstrokedrects.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gm/thinstrokedrects.cpp b/gm/thinstrokedrects.cpp
index 2f839d1c00..19746f79a7 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");
}