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