Index: src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp |
diff --git a/src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp b/src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp |
index f9977b2a4671584f1dc77d62689b4325aba01457..9efa993b240e3698065c65871f92af1ebdb7533d 100644 |
--- a/src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp |
+++ b/src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp |
@@ -47,9 +47,9 @@ static int ctxErrorHandler(Display *dpy, XErrorEvent *ev) { |
class GLXGLContext : public SkGLContext { |
public: |
GLXGLContext(GrGLStandard forcedGpuAPI); |
- virtual ~GLXGLContext() SK_OVERRIDE; |
- virtual void makeCurrent() const SK_OVERRIDE; |
- virtual void swapBuffers() const SK_OVERRIDE; |
+ ~GLXGLContext() SK_OVERRIDE; |
+ void makeCurrent() const SK_OVERRIDE; |
+ void swapBuffers() const SK_OVERRIDE; |
private: |
void destroyGLContext(); |