Index: ui/ozone/public/gl_ozone.h |
diff --git a/ui/ozone/public/gl_ozone.h b/ui/ozone/public/gl_ozone.h |
index d8fe074562d1553ee17fc564966533a82a9df544..b6452fd78e9cbbfccccc817797eab445b7c1311c 100644 |
--- a/ui/ozone/public/gl_ozone.h |
+++ b/ui/ozone/public/gl_ozone.h |
@@ -15,7 +15,6 @@ |
namespace gl { |
class GLContext; |
-struct GLContextAttribs; |
class GLShareGroup; |
class GLSurface; |
} |
@@ -53,7 +52,7 @@ |
virtual scoped_refptr<gl::GLContext> CreateGLContext( |
gl::GLShareGroup* share_group, |
gl::GLSurface* compatible_surface, |
- const gl::GLContextAttribs& attribs) = 0; |
+ gl::GpuPreference gpu_preference) = 0; |
// Creates a GL surface that renders directly to a view. |
virtual scoped_refptr<gl::GLSurface> CreateViewGLSurface( |