| Index: webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_io_surface_layer_impl.cc b/webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
| index d6236ac5894124870eca0c8ef85870e3715e0939..c969b9212a202f7a924765e28806ce337e6e2fc2 100644
|
| --- a/webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
| +++ b/webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
| @@ -11,11 +11,6 @@ using cc::IOSurfaceLayer;
|
|
|
| namespace WebKit {
|
|
|
| -WebIOSurfaceLayer* WebIOSurfaceLayer::create()
|
| -{
|
| - return new WebIOSurfaceLayerImpl();
|
| -}
|
| -
|
| WebIOSurfaceLayerImpl::WebIOSurfaceLayerImpl()
|
| : m_layer(new WebLayerImpl(IOSurfaceLayer::create()))
|
| {
|
|
|