Chromium Code Reviews| Index: include/core/SkShader.h |
| diff --git a/include/core/SkShader.h b/include/core/SkShader.h |
| index 5efd46d595e7a988898998f565f8c3a6911716ef..91d431f11b2fd5981a8c7ddd36165dd795773bae 100644 |
| --- a/include/core/SkShader.h |
| +++ b/include/core/SkShader.h |
| @@ -476,7 +476,7 @@ public: |
| SK_DEFINE_FLATTENABLE_TYPE(SkShader) |
| protected: |
| - void flatten(SkWriteBuffer&) const SK_OVERRIDE; |
| + void flatten(SkWriteBuffer&) const override; |
| bool computeTotalInverse(const ContextRec&, SkMatrix* totalInverse) const; |