| Index: cc/test/pixel_test.cc
|
| diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc
|
| index 2153b352d8b53ac4df2acbd70e4ac555d071cb4e..dfd02d7eacf5527a9a95cee8cd3427ec37bbd90a 100644
|
| --- a/cc/test/pixel_test.cc
|
| +++ b/cc/test/pixel_test.cc
|
| @@ -156,7 +156,7 @@ bool PixelTest::PixelsMatchReference(const base::FilePath& ref_file,
|
|
|
| void PixelTest::SetUpGLRenderer(bool use_skia_gpu_backend) {
|
| CHECK(fake_client_);
|
| - CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL));
|
| + CHECK(gfx::InitializeStaticGLBindings(gfx::kGLImplementationOSMesaGL));
|
|
|
| using webkit::gpu::ContextProviderInProcess;
|
| output_surface_.reset(new PixelTestOutputSurface(
|
|
|