| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| index 574ced0aa20db891f2f438fb6f45006d8080c851..37d9e15e0bb9cb138752f6d42ed423893a809850 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| @@ -39,7 +39,6 @@ using WebKit::WGC3Dsizeiptr;
|
| using WebKit::WebGLId;
|
|
|
| using WebKit::WebString;
|
| -using WebKit::WebView;
|
|
|
| using WebKit::WebGraphicsContext3D;
|
|
|
| @@ -63,7 +62,6 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
|
| virtual ~WebGraphicsContext3DInProcessImpl();
|
| static WebGraphicsContext3DInProcessImpl* CreateForWebView(
|
| WebGraphicsContext3D::Attributes attributes,
|
| - WebView* web_view,
|
| bool render_directly_to_webview);
|
| static WebGraphicsContext3DInProcessImpl* CreateForWindow(
|
| WebGraphicsContext3D::Attributes attributes,
|
|
|