| Index: cc/blink/web_compositor_support_impl.cc
|
| diff --git a/cc/blink/web_compositor_support_impl.cc b/cc/blink/web_compositor_support_impl.cc
|
| index 2261c4478f25b96de38fb954016499b4270f0b4b..be6d95e9b249ecf5a9c5ed92160add2759bac4cf 100644
|
| --- a/cc/blink/web_compositor_support_impl.cc
|
| +++ b/cc/blink/web_compositor_support_impl.cc
|
| @@ -20,7 +20,6 @@ using blink::WebContentLayer;
|
| using blink::WebContentLayerClient;
|
| using blink::WebDisplayItemList;
|
| using blink::WebExternalTextureLayer;
|
| -using blink::WebExternalTextureLayerClient;
|
| using blink::WebImageLayer;
|
| using blink::WebLayer;
|
| using blink::WebScrollbar;
|
| @@ -50,7 +49,7 @@ WebContentLayer* WebCompositorSupportImpl::createContentLayer(
|
| }
|
|
|
| WebExternalTextureLayer* WebCompositorSupportImpl::createExternalTextureLayer(
|
| - WebExternalTextureLayerClient* client) {
|
| + cc::TextureLayerClient* client) {
|
| return new WebExternalTextureLayerImpl(client);
|
| }
|
|
|
|
|