| Index: webkit/support/test_webkit_platform_support.cc
|
| diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc
|
| index 9b819ab022db3b874b6cd0ddb02385822a82d795..0caa6970136df8a445a6320ea635f2c73cd9e731 100644
|
| --- a/webkit/support/test_webkit_platform_support.cc
|
| +++ b/webkit/support/test_webkit_platform_support.cc
|
| @@ -376,7 +376,7 @@ TestWebKitPlatformSupport::createOffscreenGraphicsContext3D(
|
| using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
|
| scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context(
|
| new WebGraphicsContext3DInProcessCommandBufferImpl());
|
| - if (!context->Initialize(attributes, NULL))
|
| + if (!context->Initialize(attributes))
|
| return NULL;
|
| return context.release();
|
| }
|
|
|