| Index: gpu/config/gpu_info_collector_unittest.cc
|
| diff --git a/gpu/config/gpu_info_collector_unittest.cc b/gpu/config/gpu_info_collector_unittest.cc
|
| index 5e61ee27e12d9e8a2f29893feaf8603ad0762520..1c0dfbb783854b2be26cb95bd45cfd44dfb21423 100644
|
| --- a/gpu/config/gpu_info_collector_unittest.cc
|
| +++ b/gpu/config/gpu_info_collector_unittest.cc
|
| @@ -24,7 +24,7 @@ class GPUInfoCollectorTest : public testing::Test {
|
| // TODO(kbr): make this setup robust in the case where
|
| // GLSurface::InitializeOneOff() has already been called by
|
| // another unit test. http://crbug.com/100285
|
| - gfx::InitializeGLBindings(gfx::kGLImplementationMockGL);
|
| + gfx::InitializeStaticGLBindings(gfx::kGLImplementationMockGL);
|
| gl_.reset(new ::testing::StrictMock< ::gfx::MockGLInterface>());
|
| ::gfx::GLInterface::SetGLInterface(gl_.get());
|
| #if defined(OS_WIN)
|
|
|