Index: ui/gfx/gl/gl_context_egl.cc |
=================================================================== |
--- ui/gfx/gl/gl_context_egl.cc (revision 105158) |
+++ ui/gfx/gl/gl_context_egl.cc (working copy) |
@@ -42,7 +42,8 @@ |
Destroy(); |
} |
-bool GLContextEGL::Initialize(GLSurface* compatible_surface) { |
+bool GLContextEGL::Initialize( |
+ GLSurface* compatible_surface, GpuPreference gpu_preference) { |
DCHECK(compatible_surface); |
DCHECK(!context_); |