Index: ui/gfx/gl/gl_context_stub.cc |
=================================================================== |
--- ui/gfx/gl/gl_context_stub.cc (revision 105158) |
+++ ui/gfx/gl/gl_context_stub.cc (working copy) |
@@ -12,7 +12,8 @@ |
GLContextStub::~GLContextStub() { |
} |
-bool GLContextStub::Initialize(GLSurface* compatible_surface) { |
+bool GLContextStub::Initialize( |
+ GLSurface* compatible_surface, GpuPreference gpu_preference) { |
return true; |
} |