summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_context_glx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_context_glx.h')
-rw-r--r--ui/gfx/gl/gl_context_glx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_context_glx.h b/ui/gfx/gl/gl_context_glx.h
index 5432df7..3f8a535 100644
--- a/ui/gfx/gl/gl_context_glx.h
+++ b/ui/gfx/gl/gl_context_glx.h
@@ -17,7 +17,8 @@ class GLContextGLX : public GLContext {
virtual ~GLContextGLX();
// Implement GLContext.
- virtual bool Initialize(GLSurface* compatible_surface);
+ virtual bool Initialize(
+ GLSurface* compatible_surface, GpuPreference gpu_preference);
virtual void Destroy();
virtual bool MakeCurrent(GLSurface* surface);
virtual void ReleaseCurrent(GLSurface* surface);