| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 39e3fe33242257b65f3aa238c751ae8a93372168..78203aa5b9ca717b27b1379ed7aaf89d620579a5 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -452,9 +452,9 @@ void WebSettingsImpl::setCompositorDrivenAcceleratedScrollingEnabled(bool enable
|
| m_settings->setCompositorDrivenAcceleratedScrollingEnabled(enabled);
|
| }
|
|
|
| -void WebSettingsImpl::setAcceleratedCompositingForFixedRootBackgroundEnabled(bool enabled)
|
| +// TODO(danakj): Remove this method.
|
| +void WebSettingsImpl::setAcceleratedCompositingForFixedRootBackgroundEnabled(bool)
|
| {
|
| - m_settings->setAcceleratedCompositingForFixedRootBackgroundEnabled(enabled);
|
| }
|
|
|
| void WebSettingsImpl::setAccelerated2dCanvasEnabled(bool enabled)
|
|
|