Index: webkit/compositor_bindings/web_content_layer_impl.cc |
diff --git a/webkit/compositor_bindings/web_content_layer_impl.cc b/webkit/compositor_bindings/web_content_layer_impl.cc |
index a9da94d0a01b5bc5763d0e96b418959562ecf7b9..000dcc214be3846229ad935d4ab377e284f0d928 100644 |
--- a/webkit/compositor_bindings/web_content_layer_impl.cc |
+++ b/webkit/compositor_bindings/web_content_layer_impl.cc |
@@ -24,11 +24,6 @@ static bool usingPictureLayer() |
return CommandLine::ForCurrentProcess()->HasSwitch(cc::switches::kEnableImplSidePainting); |
} |
-WebContentLayer* WebContentLayer::create(WebContentLayerClient* client) |
-{ |
- return new WebContentLayerImpl(client); |
-} |
- |
WebContentLayerImpl::WebContentLayerImpl(WebContentLayerClient* client) |
: m_client(client) |
{ |