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