| Index: ui/gl/init/gl_factory.h
|
| diff --git a/ui/gl/init/gl_factory.h b/ui/gl/init/gl_factory.h
|
| index be8b2441c46e65604ece9b0d7cd7affff69b62d8..37542fb917616ceba8284d407bcb4a7d667ef2ef 100644
|
| --- a/ui/gl/init/gl_factory.h
|
| +++ b/ui/gl/init/gl_factory.h
|
| @@ -17,7 +17,6 @@
|
| namespace gl {
|
|
|
| class GLContext;
|
| -struct GLContextAttribs;
|
| class GLShareGroup;
|
| class GLSurface;
|
|
|
| @@ -51,7 +50,7 @@
|
| GL_INIT_EXPORT scoped_refptr<GLContext> CreateGLContext(
|
| GLShareGroup* share_group,
|
| GLSurface* compatible_surface,
|
| - const GLContextAttribs& attribs);
|
| + GpuPreference gpu_preference);
|
|
|
| // Creates a GL surface that renders directly to a view.
|
| GL_INIT_EXPORT scoped_refptr<GLSurface> CreateViewGLSurface(
|
|
|