| Index: cc/test/pixel_test.cc
|
| diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc
|
| index 79824c0d68c5f2ae1d8003391bd624e3ee8df9f5..1257be6b61d4d2445c793b951a1c48bd401a2328 100644
|
| --- a/cc/test/pixel_test.cc
|
| +++ b/cc/test/pixel_test.cc
|
| @@ -118,7 +118,7 @@ bool PixelTest::PixelsMatchReference(const base::FilePath& ref_file,
|
| }
|
|
|
| void PixelTest::SetUpGLRenderer(bool use_skia_gpu_backend) {
|
| - CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL));
|
| + CHECK(gfx::InitializeStaticGLBindings(gfx::kGLImplementationOSMesaGL));
|
|
|
| output_surface_.reset(
|
| new PixelTestOutputSurface(new TestInProcessContextProvider));
|
|
|