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

Unified Diff: webkit/support/webkit_support.h

Issue 12908004: Lazy initialize WGC3DInProcessCommandBufferImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanups Created 7 years, 9 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/support/webkit_support.h
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
index 91d5cb79f46dae708a1fe11e29f6f1c98d901047..fa0e594ab5aaac4cac459d8c788c3faad76fb21c 100644
--- a/webkit/support/webkit_support.h
+++ b/webkit/support/webkit_support.h
@@ -127,10 +127,6 @@ enum GraphicsContext3DImplementation {
IN_PROCESS_COMMAND_BUFFER
};
-WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
- const WebKit::WebGraphicsContext3D::Attributes& attributes,
- WebKit::WebView* web_view);
-
enum LayerTreeViewType {
FAKE_CONTEXT,
SOFTWARE_CONTEXT,

Powered by Google App Engine
This is Rietveld 408576698