| Index: webkit/compositor_bindings/web_image_layer_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_image_layer_impl.cc b/webkit/compositor_bindings/web_image_layer_impl.cc
|
| index 536595216433d85edb280eb459cc2069bf984784..812c678113661e80ebb4cc3ca3f518be6e90ea96 100644
|
| --- a/webkit/compositor_bindings/web_image_layer_impl.cc
|
| +++ b/webkit/compositor_bindings/web_image_layer_impl.cc
|
| @@ -17,11 +17,6 @@ static bool usingPictureLayer()
|
|
|
| namespace WebKit {
|
|
|
| -WebImageLayer* WebImageLayer::create()
|
| -{
|
| - return new WebImageLayerImpl();
|
| -}
|
| -
|
| WebImageLayerImpl::WebImageLayerImpl()
|
| {
|
| if (usingPictureLayer())
|
|
|