| Index: content/browser/compositor/software_output_device_ozone_unittest.cc
|
| diff --git a/content/browser/compositor/software_output_device_ozone_unittest.cc b/content/browser/compositor/software_output_device_ozone_unittest.cc
|
| index 1e84626224c4ca9f0f0fcf3adf7f6fdf78160568..751e3eefc9804794989e2f301559c2c4d4a92f9a 100644
|
| --- a/content/browser/compositor/software_output_device_ozone_unittest.cc
|
| +++ b/content/browser/compositor/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);
|
| }
|
|
|
|
|