| Index: gpu/perftests/texture_upload_perftest.cc
 | 
| diff --git a/gpu/perftests/texture_upload_perftest.cc b/gpu/perftests/texture_upload_perftest.cc
 | 
| index b562f3f3694302d7f819d04e37b47bb0538889c5..286bd1f8dfd3ac64992ef9e68d068cc652a953e6 100644
 | 
| --- a/gpu/perftests/texture_upload_perftest.cc
 | 
| +++ b/gpu/perftests/texture_upload_perftest.cc
 | 
| @@ -190,7 +190,7 @@
 | 
|      surface_ = gl::init::CreateOffscreenGLSurface(gfx::Size());
 | 
|      gl_context_ =
 | 
|          gl::init::CreateGLContext(nullptr,  // share_group
 | 
| -                                  surface_.get(), gl::GLContextAttribs());
 | 
| +                                  surface_.get(), gl::PreferIntegratedGpu);
 | 
|      ui::ScopedMakeCurrent smc(gl_context_.get(), surface_.get());
 | 
|      glGenTextures(1, &color_texture_);
 | 
|      glBindTexture(GL_TEXTURE_2D, color_texture_);
 | 
| 
 |