Index: ui/gl/gl_glx_api_implementation.h |
diff --git a/ui/gl/gl_glx_api_implementation.h b/ui/gl/gl_glx_api_implementation.h |
index 0be7224989c571f319c087a94a394994428c8bb4..396deeb18c17db07ca091da71ec972e1b26586bb 100644 |
--- a/ui/gl/gl_glx_api_implementation.h |
+++ b/ui/gl/gl_glx_api_implementation.h |
@@ -21,6 +21,7 @@ void ClearGLBindingsGLX(); |
class GL_EXPORT RealGLXApi : public GLXApi { |
public: |
RealGLXApi(); |
+ virtual ~RealGLXApi(); |
void Initialize(DriverGLX* driver); |
// Include the auto-generated part of this class. We split this because |