Chromium Code Reviews| Index: src/gpu/gl/debug/GrShaderObj.h |
| diff --git a/src/gpu/gl/debug/GrShaderObj.h b/src/gpu/gl/debug/GrShaderObj.h |
| index c59d9c945347cd58ac0b75cf26a35dabd17c0685..977920fe0f6fdad4996f11199b781572409edc94 100644 |
| --- a/src/gpu/gl/debug/GrShaderObj.h |
| +++ b/src/gpu/gl/debug/GrShaderObj.h |
| @@ -24,7 +24,7 @@ public: |
| void setType(GrGLenum type) { fType = type; } |
| GrGLenum getType() { return fType; } |
| - void deleteAction() SK_OVERRIDE; |
| + void deleteAction() override; |
| protected: |
| private: |