| Index: webkit/compositor_bindings/WebCompositorImpl.cpp
|
| diff --git a/webkit/compositor_bindings/WebCompositorImpl.cpp b/webkit/compositor_bindings/WebCompositorImpl.cpp
|
| index 2b42b3815f41a6ca96e7746498eb90ebe7068553..1832aa1f9e41c7b7149f49688e29bec2fcecde5b 100644
|
| --- a/webkit/compositor_bindings/WebCompositorImpl.cpp
|
| +++ b/webkit/compositor_bindings/WebCompositorImpl.cpp
|
| @@ -38,31 +38,6 @@ bool WebCompositor::isThreadingEnabled()
|
| void WebCompositor::shutdown()
|
| {
|
| WebCompositorImpl::shutdown();
|
| - CCSettings::reset();
|
| -}
|
| -
|
| -void WebCompositor::setPerTilePaintingEnabled(bool enabled)
|
| -{
|
| - ASSERT(!WebCompositorImpl::initialized());
|
| - CCSettings::setPerTilePaintingEnabled(enabled);
|
| -}
|
| -
|
| -void WebCompositor::setPartialSwapEnabled(bool enabled)
|
| -{
|
| - ASSERT(!WebCompositorImpl::initialized());
|
| - CCSettings::setPartialSwapEnabled(enabled);
|
| -}
|
| -
|
| -void WebCompositor::setAcceleratedAnimationEnabled(bool enabled)
|
| -{
|
| - ASSERT(!WebCompositorImpl::initialized());
|
| - CCSettings::setAcceleratedAnimationEnabled(enabled);
|
| -}
|
| -
|
| -void WebCompositor::setPageScalePinchZoomEnabled(bool enabled)
|
| -{
|
| - ASSERT(!WebCompositorImpl::initialized());
|
| - CCSettings::setPageScalePinchZoomEnabled(enabled);
|
| }
|
|
|
| void WebCompositorImpl::initialize(WebThread* implThread)
|
|
|