| Index: cc/test/pixel_test.cc
|
| diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc
|
| index 4b44ecba248f20145b4f0e391888a5ec6e1997ad..01db8a25479796ce2a86ada8a24004e0952fb634 100644
|
| --- a/cc/test/pixel_test.cc
|
| +++ b/cc/test/pixel_test.cc
|
| @@ -58,8 +58,8 @@ void PixelTest::SetUp() {
|
|
|
| scoped_ptr<webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl>
|
| context3d(
|
| - new webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl);
|
| - context3d->Initialize(WebKit::WebGraphicsContext3D::Attributes(), NULL);
|
| + new webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl(
|
| + WebKit::WebGraphicsContext3D::Attributes()));
|
| output_surface_.reset(new OutputSurface(
|
| context3d.PassAs<WebKit::WebGraphicsContext3D>()));
|
| resource_provider_ = ResourceProvider::Create(output_surface_.get());
|
|
|