Index: ui/gl/gl_surface_glx.h |
diff --git a/ui/gl/gl_surface_glx.h b/ui/gl/gl_surface_glx.h |
index 369def42a9b97d53097c35943683009c665b0de5..631d0540415dfebd1197e50323b0f4478e53abd9 100644 |
--- a/ui/gl/gl_surface_glx.h |
+++ b/ui/gl/gl_surface_glx.h |
@@ -39,7 +39,7 @@ class GL_EXPORT GLSurfaceGLX : public GLSurface { |
// Get the FB config that the surface was created with or NULL if it is not |
// a GLX drawable. |
- virtual void* GetConfig() = 0; |
+ void* GetConfig() override = 0; |
protected: |
~GLSurfaceGLX() override; |