Index: trunk/src/cc/test/layer_tree_pixel_test.cc |
=================================================================== |
--- trunk/src/cc/test/layer_tree_pixel_test.cc (revision 189974) |
+++ trunk/src/cc/test/layer_tree_pixel_test.cc (working copy) |
@@ -23,8 +23,8 @@ |
using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl; |
scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d( |
- new WebGraphicsContext3DInProcessCommandBufferImpl( |
- WebKit::WebGraphicsContext3D::Attributes())); |
+ new WebGraphicsContext3DInProcessCommandBufferImpl); |
+ context3d->Initialize(WebKit::WebGraphicsContext3D::Attributes(), NULL); |
return make_scoped_ptr( |
new OutputSurface(context3d.PassAs<WebKit::WebGraphicsContext3D>())); |
} |