Chromium Code Reviews| Index: gm/shaderbounds.cpp |
| diff --git a/gm/shaderbounds.cpp b/gm/shaderbounds.cpp |
| index 2a52ead04ba4ba2ac530beb4539f99800c25c1c1..f0b8b9781da340e8952fec41d310cd5702c9490c 100644 |
| --- a/gm/shaderbounds.cpp |
| +++ b/gm/shaderbounds.cpp |
| @@ -34,6 +34,10 @@ public: |
| } |
| protected: |
| + virtual uint32_t onGetFlags() const SK_OVERRIDE { |
| + return kSkipTiled_Flag; |
| + } |
| + |
| SkString onShortName() { |
| return fName; |
| } |