| Index: webkit/tools/test_shell/test_shell_webkit_init.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_webkit_init.cc b/webkit/tools/test_shell/test_shell_webkit_init.cc
|
| index 5fd7761dd446c2b74dc7ddb5ff7c1d51600262ee..5ae90835bfd9b8be28d62ce44200e4c2b05db5f0 100644
|
| --- a/webkit/tools/test_shell/test_shell_webkit_init.cc
|
| +++ b/webkit/tools/test_shell/test_shell_webkit_init.cc
|
| @@ -304,7 +304,7 @@ WebKit::WebGraphicsContext3D*
|
| TestShellWebKitInit::createOffscreenGraphicsContext3D(
|
| const WebKit::WebGraphicsContext3D::Attributes& attributes) {
|
| return webkit::gpu::WebGraphicsContext3DInProcessImpl::CreateForWebView(
|
| - attributes, NULL, false);
|
| + attributes, false);
|
| }
|
|
|
| void TestShellWebKitInit::GetPlugins(
|
|
|