| Index: webkit/support/webkit_support.cc
|
| diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc
|
| index d13a3be88948867bc6bcbeb442866f489e9870f9..26b6c3c7f3c0a161d43df0ff35530da852289000 100644
|
| --- a/webkit/support/webkit_support.cc
|
| +++ b/webkit/support/webkit_support.cc
|
| @@ -495,16 +495,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,
|
|
|