| 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 07eeec6b0d63262f68cbc1788ee06b506384b571..0c09d15da103475f1f791e9367ed3ec6a52570c3 100644
 | 
| --- a/webkit/support/test_webkit_platform_support.cc
 | 
| +++ b/webkit/support/test_webkit_platform_support.cc
 | 
| @@ -373,7 +373,7 @@ TestWebKitPlatformSupport::createGraphicsContext3D() {
 | 
|    switch (webkit_support::GetGraphicsContext3DImplementation()) {
 | 
|      case webkit_support::IN_PROCESS:
 | 
|        return new webkit::gpu::WebGraphicsContext3DInProcessImpl(
 | 
| -          gfx::kNullPluginWindow);
 | 
| +          gfx::kNullPluginWindow, NULL);
 | 
|      case webkit_support::IN_PROCESS_COMMAND_BUFFER:
 | 
|        return new webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl();
 | 
|      default:
 | 
| 
 |