Chromium Code Reviews| Index: include/gpu/gl/SkGLContext.h |
| diff --git a/include/gpu/gl/SkGLContext.h b/include/gpu/gl/SkGLContext.h |
| index ceaced539b32dce0eb6715936cd618f1a3538cca..57456c2f51ad98ca91c396de3b88754eef38ca5c 100644 |
| --- a/include/gpu/gl/SkGLContext.h |
| +++ b/include/gpu/gl/SkGLContext.h |
| @@ -19,7 +19,7 @@ class SK_API SkGLContext : public SkRefCnt { |
| public: |
| SK_DECLARE_INST_COUNT(SkGLContext) |
| - virtual ~SkGLContext() SK_OVERRIDE; |
| + ~SkGLContext() SK_OVERRIDE; |
| bool isValid() const { return NULL != gl(); } |