| Index: webkit/support/webkit_support.h
|
| diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
|
| index c8ed97c75482c1e349b1775a246b0ec03e47aa86..84b65a3c1b143d325462f8a4958c1d9d7571473f 100644
|
| --- a/webkit/support/webkit_support.h
|
| +++ b/webkit/support/webkit_support.h
|
| @@ -100,7 +100,7 @@ void SetGraphicsContext3DImplementation(GraphicsContext3DImplementation);
|
| GraphicsContext3DImplementation GetGraphicsContext3DImplementation();
|
|
|
| WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
|
| - WebKit::WebGraphicsContext3D::Attributes attributes,
|
| + const WebKit::WebGraphicsContext3D::Attributes& attributes,
|
| WebKit::WebView* web_view,
|
| bool direct);
|
|
|
|
|