Index: ui/gl/gl_wgl_api_implementation.h |
diff --git a/ui/gl/gl_wgl_api_implementation.h b/ui/gl/gl_wgl_api_implementation.h |
index 35afd0a5540f2e0ffab248951819e8b6ce349708..2b7a09a64c1a341659a18c57afa28a6d4eafe07c 100644 |
--- a/ui/gl/gl_wgl_api_implementation.h |
+++ b/ui/gl/gl_wgl_api_implementation.h |
@@ -21,6 +21,7 @@ void ClearGLBindingsWGL(); |
class GL_EXPORT RealWGLApi : public WGLApi { |
public: |
RealWGLApi(); |
+ virtual ~RealWGLApi(); |
void Initialize(DriverWGL* driver); |
// Include the auto-generated part of this class. We split this because |