| Index: cc/test/layer_tree_pixel_test.cc
|
| diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc
|
| index 3ad33dc5937ada330ca72632f629c18d8205d49a..36b3be62a45e831822986d62714fca524844b911 100644
|
| --- a/cc/test/layer_tree_pixel_test.cc
|
| +++ b/cc/test/layer_tree_pixel_test.cc
|
| @@ -53,7 +53,7 @@ scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface(
|
|
|
| case GL_WITH_DEFAULT:
|
| case GL_WITH_BITMAP: {
|
| - CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL));
|
| + CHECK(gfx::InitializeStaticGLBindings(gfx::kGLImplementationOSMesaGL));
|
|
|
| using webkit::gpu::ContextProviderInProcess;
|
| output_surface = make_scoped_ptr(new PixelTestOutputSurface(
|
| @@ -311,7 +311,7 @@ void LayerTreePixelTest::CopyBitmapToTextureMailboxAsTexture(
|
| DCHECK_GT(bitmap.width(), 0);
|
| DCHECK_GT(bitmap.height(), 0);
|
|
|
| - CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL));
|
| + CHECK(gfx::InitializeStaticGLBindings(gfx::kGLImplementationOSMesaGL));
|
|
|
| using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
|
| scoped_ptr<blink::WebGraphicsContext3D> context3d(
|
|
|