| Index: sky/viewer/cc/web_compositor_support_impl.cc
|
| diff --git a/sky/viewer/cc/web_compositor_support_impl.cc b/sky/viewer/cc/web_compositor_support_impl.cc
|
| index 0b696776a87576dfa2fe36e01777a49b96857aaf..22237517933b495ecfa27bafbc096a09e73ae532 100644
|
| --- a/sky/viewer/cc/web_compositor_support_impl.cc
|
| +++ b/sky/viewer/cc/web_compositor_support_impl.cc
|
| @@ -15,7 +15,6 @@
|
| #include "sky/viewer/cc/web_float_animation_curve_impl.h"
|
| #include "sky/viewer/cc/web_image_layer_impl.h"
|
| #include "sky/viewer/cc/web_layer_impl.h"
|
| -#include "sky/viewer/cc/web_nine_patch_layer_impl.h"
|
| #include "sky/viewer/cc/web_scroll_offset_animation_curve_impl.h"
|
| #include "sky/viewer/cc/web_scrollbar_layer_impl.h"
|
| #include "sky/viewer/cc/web_transform_animation_curve_impl.h"
|
| @@ -33,7 +32,6 @@ using blink::WebFilterAnimationCurve;
|
| using blink::WebFilterOperations;
|
| using blink::WebFloatAnimationCurve;
|
| using blink::WebImageLayer;
|
| -using blink::WebNinePatchLayer;
|
| using blink::WebLayer;
|
| using blink::WebScrollbar;
|
| using blink::WebScrollbarLayer;
|
| @@ -69,10 +67,6 @@ blink::WebImageLayer* WebCompositorSupportImpl::createImageLayer() {
|
| return new WebImageLayerImpl();
|
| }
|
|
|
| -blink::WebNinePatchLayer* WebCompositorSupportImpl::createNinePatchLayer() {
|
| - return new WebNinePatchLayerImpl();
|
| -}
|
| -
|
| WebScrollbarLayer* WebCompositorSupportImpl::createScrollbarLayer(
|
| WebScrollbar* scrollbar,
|
| WebScrollbarThemePainter painter,
|
|
|