| Index: webkit/compositor_bindings/web_layer_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_layer_impl.cc b/webkit/compositor_bindings/web_layer_impl.cc
|
| index 5986774f5590e686f60f16e2b06b797caa203ead..d73796ed3f21410a424ad589f523140624f80ec7 100644
|
| --- a/webkit/compositor_bindings/web_layer_impl.cc
|
| +++ b/webkit/compositor_bindings/web_layer_impl.cc
|
| @@ -23,11 +23,6 @@ using cc::Layer;
|
|
|
| namespace WebKit {
|
|
|
| -WebLayer* WebLayer::create()
|
| -{
|
| - return new WebLayerImpl();
|
| -}
|
| -
|
| WebLayerImpl::WebLayerImpl()
|
| : m_layer(Layer::create())
|
| {
|
|
|