| Index: ui/gl/init/gl_factory.cc
|
| diff --git a/ui/gl/init/gl_factory.cc b/ui/gl/init/gl_factory.cc
|
| index 666b0e5f07a5a0f9cc4883703cb56ccf8088fbdc..09aa9d1692c5a9410d787d517d4f608b81b0ad80 100644
|
| --- a/ui/gl/init/gl_factory.cc
|
| +++ b/ui/gl/init/gl_factory.cc
|
| @@ -89,13 +89,6 @@ bool InitializeGLOneOffImplementation(GLImplementation impl,
|
| // of each function should be moved into a platform specific file and the
|
| // original static functions should be removed from GLSurface and GLContext.
|
|
|
| -scoped_refptr<GLContext> CreateGLContext(GLShareGroup* share_group,
|
| - GLSurface* compatible_surface,
|
| - GpuPreference gpu_preference) {
|
| - return GLContext::CreateGLContext(share_group, compatible_surface,
|
| - gpu_preference);
|
| -}
|
| -
|
| scoped_refptr<GLSurface> CreateViewGLSurface(gfx::AcceleratedWidget window) {
|
| return GLSurface::CreateViewGLSurface(window);
|
| }
|
|
|