| Index: webkit/compositor_bindings/web_compositor_support_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_compositor_support_impl.cc b/webkit/compositor_bindings/web_compositor_support_impl.cc
|
| index 19cf7ff5ac393f6fdcc15df6016b9af78f0a3b53..6af6495a7daac2cf7a035812ead59ba54a5bdcdc 100644
|
| --- a/webkit/compositor_bindings/web_compositor_support_impl.cc
|
| +++ b/webkit/compositor_bindings/web_compositor_support_impl.cc
|
| @@ -15,7 +15,6 @@
|
| #include "webkit/compositor_bindings/web_external_texture_layer_impl.h"
|
| #include "webkit/compositor_bindings/web_float_animation_curve_impl.h"
|
| #include "webkit/compositor_bindings/web_image_layer_impl.h"
|
| -#include "webkit/compositor_bindings/web_io_surface_layer_impl.h"
|
| #include "webkit/compositor_bindings/web_layer_impl.h"
|
| #include "webkit/compositor_bindings/web_scrollbar_layer_impl.h"
|
| #include "webkit/compositor_bindings/web_solid_color_layer_impl.h"
|
| @@ -32,7 +31,6 @@ using WebKit::WebContentLayerClient;
|
| using WebKit::WebExternalTextureLayer;
|
| using WebKit::WebExternalTextureLayerClient;
|
| using WebKit::WebFloatAnimationCurve;
|
| -using WebKit::WebIOSurfaceLayer;
|
| using WebKit::WebImageLayer;
|
| using WebKit::WebImageLayer;
|
| using WebKit::WebLayer;
|
| @@ -104,10 +102,6 @@ WebExternalTextureLayer* WebCompositorSupportImpl::createExternalTextureLayer(
|
| return new WebKit::WebExternalTextureLayerImpl(client);
|
| }
|
|
|
| -WebKit::WebIOSurfaceLayer* WebCompositorSupportImpl::createIOSurfaceLayer() {
|
| - return new WebKit::WebIOSurfaceLayerImpl();
|
| -}
|
| -
|
| WebKit::WebImageLayer* WebCompositorSupportImpl::createImageLayer() {
|
| return new WebKit::WebImageLayerImpl();
|
| }
|
|
|