| Index: content/browser/aura/software_output_device_ozone_unittest.cc
|
| diff --git a/content/browser/aura/software_output_device_ozone_unittest.cc b/content/browser/aura/software_output_device_ozone_unittest.cc
|
| index 6469995f6ec7f3a3dc8b4a99f3feaa96766626c4..b65c90d17ee27b3f4c4c1276ecd1c89f097fd7ff 100644
|
| --- a/content/browser/aura/software_output_device_ozone_unittest.cc
|
| +++ b/content/browser/aura/software_output_device_ozone_unittest.cc
|
| @@ -80,7 +80,7 @@ class SoftwareOutputDeviceOzoneTest : public testing::Test {
|
| };
|
|
|
| SoftwareOutputDeviceOzoneTest::SoftwareOutputDeviceOzoneTest() {
|
| - CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL));
|
| + CHECK(gfx::InitializeStaticGLBindings(gfx::kGLImplementationOSMesaGL));
|
| message_loop_.reset(new base::MessageLoop(base::MessageLoop::TYPE_UI));
|
| }
|
|
|
|
|