Chromium Code Reviews| Index: gm/imagefiltersgraph.cpp |
| diff --git a/gm/imagefiltersgraph.cpp b/gm/imagefiltersgraph.cpp |
| index 83903792d4e858b73850b495a727e07793bbf923..d19dd85e782f380ed0106759303ab85b0651fe10 100644 |
| --- a/gm/imagefiltersgraph.cpp |
| +++ b/gm/imagefiltersgraph.cpp |
| @@ -90,6 +90,10 @@ public: |
| } |
| protected: |
| + virtual uint32_t onGetFlags() const SK_OVERRIDE { |
| + return kSkipTiled_Flag; |
| + } |
| + |
| virtual SkString onShortName() { |
| return SkString("imagefiltersgraph"); |
| } |