| 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..274150c4b891c9d92783eb02b931ab0d6a4c279f 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;
|
| + virtual void* GetConfig() override = 0;
|
|
|
| protected:
|
| ~GLSurfaceGLX() override;
|
|
|