Index: src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp |
diff --git a/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp b/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp |
index 890c7849baa8c8fae0a48d0ffebff671bffbd625..5f3d3644080f3f15bdbf8fa03c9359a455b68e0d 100644 |
--- a/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp |
+++ b/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp |
@@ -20,9 +20,9 @@ namespace { |
class WinGLContext : public SkGLContext { |
public: |
WinGLContext(GrGLStandard forcedGpuAPI); |
- virtual ~WinGLContext() SK_OVERRIDE; |
- virtual void makeCurrent() const SK_OVERRIDE; |
- virtual void swapBuffers() const SK_OVERRIDE; |
+ ~WinGLContext() SK_OVERRIDE; |
+ void makeCurrent() const SK_OVERRIDE; |
+ void swapBuffers() const SK_OVERRIDE; |
private: |
void destroyGLContext(); |