| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
|
| index dc62a70f62fa0ad59c97641976af01d3470df8b1..e9c14603281fb0992867bcc43204164170070407 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.cc
|
| @@ -353,6 +353,10 @@ WebStorageNamespace* TestWebViewDelegate::createSessionStorageNamespace(
|
| }
|
|
|
| WebGraphicsContext3D* TestWebViewDelegate::createGraphicsContext3D(
|
| + const WebGraphicsContext3D::Attributes& attributes) {
|
| + return createGraphicsContext3D(attributes, true);
|
| +}
|
| +WebGraphicsContext3D* TestWebViewDelegate::createGraphicsContext3D(
|
| const WebGraphicsContext3D::Attributes& attributes,
|
| bool direct) {
|
| return webkit::gpu::WebGraphicsContext3DInProcessImpl::CreateForWebView(
|
|
|