| 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 64724ab1b6f56a72d5beff0313e5048a765784be..49a2ca99920d9eb7149732656e50255f92cf358a 100644
|
| --- a/content/browser/aura/software_output_device_ozone_unittest.cc
|
| +++ b/content/browser/aura/software_output_device_ozone_unittest.cc
|
| @@ -81,7 +81,7 @@ class SoftwareOutputDeviceOzoneTest : public testing::Test {
|
| };
|
|
|
| SoftwareOutputDeviceOzoneTest::SoftwareOutputDeviceOzoneTest() {
|
| - CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL));
|
| + CHECK(gfx::InitializeStaticGLBindings(gfx::kGLImplementationOSMesaGL));
|
| message_loop_.reset(new base::MessageLoopForUI);
|
| }
|
|
|
|
|