Index: webkit/support/webkit_support.cc |
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc |
index 07fe84f56491137482bf6e2486ea2f21c746a9a0..ef3d199bb5d8bdfb7c397e29330f924fa901110c 100644 |
--- a/webkit/support/webkit_support.cc |
+++ b/webkit/support/webkit_support.cc |
@@ -459,16 +459,6 @@ void SetUpGLBindings(GLBindingPreferences bindingPref) { |
} |
} |
-WebKit::WebGraphicsContext3D* CreateGraphicsContext3D( |
- const WebKit::WebGraphicsContext3D::Attributes& attributes, |
- WebKit::WebView* web_view) { |
- scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context( |
- new WebGraphicsContext3DInProcessCommandBufferImpl()); |
- if (!context->Initialize(attributes, NULL)) |
- return NULL; |
- return context.release(); |
-} |
- |
WebKit::WebLayerTreeView* CreateLayerTreeView( |
LayerTreeViewType type, |
DRTLayerTreeViewClient* client, |