| Index: ui/compositor/test/test_suite.cc
|
| diff --git a/ui/compositor/test/test_suite.cc b/ui/compositor/test/test_suite.cc
|
| index b9253ec0e9691590a3d2744047ccd8774403fd4b..aa21ece36d14289bee2c75d254075ba7fb05acea 100644
|
| --- a/ui/compositor/test/test_suite.cc
|
| +++ b/ui/compositor/test/test_suite.cc
|
| @@ -31,7 +31,7 @@ void CompositorTestSuite::Initialize() {
|
| #if defined(USE_X11)
|
| XInitThreads();
|
| #endif
|
| - CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL));
|
| + CHECK(gfx::InitializeStaticGLBindings(gfx::kGLImplementationOSMesaGL));
|
| base::TestSuite::Initialize();
|
|
|
| gfx::RegisterPathProvider();
|
|
|