summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/gfx/gl/gl_context_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_context_linux.cc b/ui/gfx/gl/gl_context_linux.cc
index 1a114d8..6cd77dd 100644
--- a/ui/gfx/gl/gl_context_linux.cc
+++ b/ui/gfx/gl/gl_context_linux.cc
@@ -50,7 +50,7 @@ class BaseLinuxGLContext : public GLContext {
// This class is a wrapper around a GL context that renders directly to a
// window.
-class ViewGLContext : public GLContext {
+class ViewGLContext : public BaseLinuxGLContext {
public:
explicit ViewGLContext(gfx::PluginWindowHandle window)
: window_(window),