| 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 a278bcedb171df3920b1e3560577d308c090c578..8533ed14d012d7795c6b2ec8ed4514cb45085221 100644
|
| --- a/webkit/compositor_bindings/web_compositor_support_impl.cc
|
| +++ b/webkit/compositor_bindings/web_compositor_support_impl.cc
|
| @@ -66,22 +66,6 @@ void WebCompositorSupportImpl::shutdown() {
|
| WebCompositorImpl::shutdown();
|
| }
|
|
|
| -void WebCompositorSupportImpl::setPerTilePaintingEnabled(bool enabled) {
|
| - WebCompositorImpl::setPerTilePaintingEnabled(enabled);
|
| -}
|
| -
|
| -void WebCompositorSupportImpl::setPartialSwapEnabled(bool enabled) {
|
| - WebCompositorImpl::setPartialSwapEnabled(enabled);
|
| -}
|
| -
|
| -void WebCompositorSupportImpl::setAcceleratedAnimationEnabled(bool enabled) {
|
| - WebCompositorImpl::setAcceleratedAnimationEnabled(enabled);
|
| -}
|
| -
|
| -void WebCompositorSupportImpl::setPageScalePinchZoomEnabled(bool enabled) {
|
| - WebCompositorImpl::setPageScalePinchZoomEnabled(enabled);
|
| -}
|
| -
|
| WebLayerTreeView* WebCompositorSupportImpl::createLayerTreeView(
|
| WebLayerTreeViewClient* client, const WebLayer& root,
|
| const WebLayerTreeView::Settings& settings) {
|
|
|