Chromium Code Reviews| Index: include/core/SkShader.h |
| diff --git a/include/core/SkShader.h b/include/core/SkShader.h |
| index 297091d54206fe64b427f5760c70bb8a07086d81..bf6d6ddb42fd59c148a25b4991aa0b911077c368 100644 |
| --- a/include/core/SkShader.h |
| +++ b/include/core/SkShader.h |
| @@ -120,10 +120,6 @@ |
| * faster. |
| */ |
| virtual uint32_t getFlags() const { return 0; } |
| - |
| - bool supports4f() const { |
| - return SkToBool(this->getFlags() & kSupports4f_Flag); |
| - } |
| /** |
| * Called for each span of the object being drawn. Your subclass should |