Chromium Code Reviews| Index: gm/strokerects.cpp | 
| diff --git a/gm/strokerects.cpp b/gm/strokerects.cpp | 
| index 6abb89f2d8024428f93afc3ae38d7752f80c8aea..eb37f32baf3c4e87f1c5917d461cab6e349c1454 100644 | 
| --- a/gm/strokerects.cpp | 
| +++ b/gm/strokerects.cpp | 
| @@ -25,6 +25,10 @@ public: | 
| StrokeRectsGM() {} | 
| protected: | 
| + virtual uint32_t onGetFlags() const SK_OVERRIDE { | 
| + return kSkipTiled_Flag; | 
| + } | 
| + | 
| virtual SkString onShortName() { | 
| return SkString("strokerects"); | 
| } |