| Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
 | 
| index 117563d27430ff1da38fec98e2c065dd82f6804e..278e2fb08dc3d6f2d5bf33fcac8433c9ff13edab 100644
 | 
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
 | 
| @@ -248,11 +248,6 @@ void WebSettingsImpl::setReportScreenSizeInPhysicalPixelsQuirk(bool reportScreen
 | 
|      m_settings->setReportScreenSizeInPhysicalPixelsQuirk(reportScreenSizeInPhysicalPixelsQuirk);
 | 
|  }
 | 
|  
 | 
| -void WebSettingsImpl::setRootLayerScrolls(bool rootLayerScrolls)
 | 
| -{
 | 
| -    m_settings->setRootLayerScrolls(rootLayerScrolls);
 | 
| -}
 | 
| -
 | 
|  void WebSettingsImpl::setRubberBandingOnCompositorThread(bool rubberBandingOnCompositorThread)
 | 
|  {
 | 
|  }
 | 
| 
 |