Index: ui/gfx/gl/gl_context_osmesa.h |
=================================================================== |
--- ui/gfx/gl/gl_context_osmesa.h (revision 105158) |
+++ ui/gfx/gl/gl_context_osmesa.h (working copy) |
@@ -22,7 +22,8 @@ |
virtual ~GLContextOSMesa(); |
// 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); |