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