| Index: ui/gfx/gl/gl_context_wgl.h
|
| ===================================================================
|
| --- ui/gfx/gl/gl_context_wgl.h (revision 105357)
|
| +++ ui/gfx/gl/gl_context_wgl.h (working copy)
|
| @@ -21,7 +21,8 @@
|
| virtual ~GLContextWGL();
|
|
|
| // 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);
|
|
|