| Index: gpu/gles2_conform_support/egl/display.cc
 | 
| ===================================================================
 | 
| --- gpu/gles2_conform_support/egl/display.cc	(revision 104937)
 | 
| +++ gpu/gles2_conform_support/egl/display.cc	(working copy)
 | 
| @@ -117,7 +117,9 @@
 | 
|    if (!gl_surface_.get())
 | 
|      return EGL_NO_SURFACE;
 | 
|  
 | 
| -  gl_context_ = gfx::GLContext::CreateGLContext(NULL, gl_surface_.get());
 | 
| +  gl_context_ = gfx::GLContext::CreateGLContext(NULL,
 | 
| +                                                gl_surface_.get(),
 | 
| +                                                gfx::PreferDiscreteGpu);
 | 
|    if (!gl_context_.get())
 | 
|      return EGL_NO_SURFACE;
 | 
|  
 | 
| 
 |