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 79a0d39ddb3f159bf62e64a8f4097d50e120c6ab..897349eec9452bda9963883a5e742a7eee2872a2 100644 |
--- a/cc/test/layer_tree_pixel_test.cc |
+++ b/cc/test/layer_tree_pixel_test.cc |
@@ -23,8 +23,8 @@ scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface() { |
using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl; |
scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d( |
- new WebGraphicsContext3DInProcessCommandBufferImpl); |
- context3d->Initialize(WebKit::WebGraphicsContext3D::Attributes(), NULL); |
+ new WebGraphicsContext3DInProcessCommandBufferImpl( |
+ WebKit::WebGraphicsContext3D::Attributes())); |
return make_scoped_ptr( |
new OutputSurface(context3d.PassAs<WebKit::WebGraphicsContext3D>())); |
} |