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 0b888fa0b2673b436bc7b17dcbd6dee88b751312..c59d9c945347cd58ac0b75cf26a35dabd17c0685 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; } |
| - virtual void deleteAction() SK_OVERRIDE; |
| + void deleteAction() SK_OVERRIDE; |
| protected: |
| private: |