Index: ui/gfx/gl/gl_context_glx.cc |
=================================================================== |
--- ui/gfx/gl/gl_context_glx.cc (revision 105158) |
+++ ui/gfx/gl/gl_context_glx.cc (working copy) |
@@ -53,7 +53,8 @@ |
Destroy(); |
} |
-bool GLContextGLX::Initialize(GLSurface* compatible_surface) { |
+bool GLContextGLX::Initialize( |
+ GLSurface* compatible_surface, GpuPreference gpu_preference) { |
GLSurfaceGLX* surface_glx = static_cast<GLSurfaceGLX*>(compatible_surface); |
GLXContext share_handle = static_cast<GLXContext>( |