| 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 29c7f975f2c58168735f5e0b2112c19a404b3a14..b582a58e34a2ab662c6f08bab4b344db2f426c78 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.cc
|
| @@ -339,7 +339,7 @@ WebStorageNamespace* TestWebViewDelegate::createSessionStorageNamespace(
|
| }
|
|
|
| WebGraphicsContext3D* TestWebViewDelegate::createGraphicsContext3D(
|
| - WebGraphicsContext3D::Attributes attributes,
|
| + const WebGraphicsContext3D::Attributes& attributes,
|
| bool direct) {
|
| if (!shell_->webView())
|
| return NULL;
|
|
|