Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: ui/gl/gl_surface_glx.h

Issue 692713002: Add a few missing overrides found by a new clang warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698