| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index e418c07ad200654b8480918ec4bf946d6c658a46..25557062d112db323b58f60604d433db0b1f71dc 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -710,6 +710,11 @@ void WebSettingsImpl::setCompositedScrollingForFramesEnabled(bool enabled)
|
| m_settings->setCompositedScrollingForFramesEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setCompositorDrivenScrollAnimationsEnabled(bool enabled)
|
| +{
|
| + m_settings->setCompositorDrivenScrollAnimationsEnabled(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setCompositorTouchHitTesting(bool enabled)
|
| {
|
| m_settings->setCompositorTouchHitTesting(enabled);
|
|
|