| Index: webkit/support/webkit_support.cc
|
| diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc
|
| index 7fd667835d7b9936a5fd45a0e9a74ac0f4b77e8b..9391bea0062ba68d1541929bd494daef49ec7d99 100644
|
| --- a/webkit/support/webkit_support.cc
|
| +++ b/webkit/support/webkit_support.cc
|
| @@ -369,7 +369,7 @@ GraphicsContext3DImplementation GetGraphicsContext3DImplementation() {
|
| }
|
|
|
| WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
|
| - WebKit::WebGraphicsContext3D::Attributes attributes,
|
| + const WebKit::WebGraphicsContext3D::Attributes& attributes,
|
| WebKit::WebView* web_view,
|
| bool direct) {
|
| scoped_ptr<WebKit::WebGraphicsContext3D> context;
|
|
|