Index: src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm |
diff --git a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm |
index 423ef8cbddfc0efaa9532a72544c9d8d9f1182f3..f900976f95f1e40d323ec0f4d241bbf2a41d3869 100644 |
--- a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm |
+++ b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm |
@@ -16,9 +16,9 @@ namespace { |
class IOSGLContext : public SkGLContext { |
public: |
IOSGLContext(); |
- virtual ~IOSGLContext() SK_OVERRIDE; |
- virtual void makeCurrent() const SK_OVERRIDE; |
- virtual void swapBuffers() const SK_OVERRIDE; |
+ ~IOSGLContext() SK_OVERRIDE; |
+ void makeCurrent() const SK_OVERRIDE; |
+ void swapBuffers() const SK_OVERRIDE; |
private: |
void destroyGLContext(); |