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