Index: src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
diff --git a/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp b/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
index 1974197f3ebc4c49a89163c2ed770d7c96bc1fb5..9f35981e1a95f4eafd828b006f7a5c90e6990364 100644 |
--- a/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
+++ b/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
@@ -15,9 +15,9 @@ namespace { |
class EGLGLContext : public SkGLContext { |
public: |
EGLGLContext(GrGLStandard forcedGpuAPI); |
- virtual ~EGLGLContext() SK_OVERRIDE; |
- virtual void makeCurrent() const SK_OVERRIDE; |
- virtual void swapBuffers() const SK_OVERRIDE; |
+ ~EGLGLContext() SK_OVERRIDE; |
+ void makeCurrent() const SK_OVERRIDE; |
+ void swapBuffers() const SK_OVERRIDE; |
private: |
void destroyGLContext(); |