Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.h

Issue 9443003: Remove dead WebGraphicsContext3D initialization code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile errors Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698