Chromium Code Reviews| Index: gm/getpostextpath.cpp |
| diff --git a/gm/getpostextpath.cpp b/gm/getpostextpath.cpp |
| index 68faf95fade5180323747b8f04883cf0e0033b4e..0cb5bb3ede71e03bb3dd58c95ce772d491f93999 100644 |
| --- a/gm/getpostextpath.cpp |
| +++ b/gm/getpostextpath.cpp |
| @@ -16,6 +16,10 @@ public: |
| GetPosTextPathGM() {} |
| protected: |
| + virtual uint32_t onGetFlags() const SK_OVERRIDE { |
| + return kSkipTiled_Flag; |
| + } |
| + |
| SkString onShortName() { |
| return SkString("getpostextpath"); |
| } |