Index: gm/ninepatchstretch.cpp |
diff --git a/gm/ninepatchstretch.cpp b/gm/ninepatchstretch.cpp |
index 74cc87f30597f1126bcec5117c346f6d67886d8b..8806acc89535725f35d9ef11405d0de5076b01e9 100644 |
--- a/gm/ninepatchstretch.cpp |
+++ b/gm/ninepatchstretch.cpp |
@@ -44,6 +44,10 @@ public: |
NinePatchStretchGM() {} |
protected: |
+ virtual uint32_t onGetFlags() const SK_OVERRIDE { |
+ return kSkipTiled_Flag; |
+ } |
+ |
virtual SkString onShortName() { |
return SkString("ninepatch-stretch"); |
} |