| Index: third_party/WebKit/public/web/WebSettings.h
|
| diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
|
| index 87146c161ec43a862169ae05719c3f8c71e153fa..faf7093f97ebcad2907dc4815fd878852d4743cb 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -215,7 +215,6 @@ public:
|
| virtual void setPreferHiddenVolumeControls(bool) = 0;
|
| virtual void setRenderVSyncNotificationEnabled(bool) = 0;
|
| virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0;
|
| - virtual void setRootLayerScrolls(bool) = 0;
|
| virtual void setRubberBandingOnCompositorThread(bool) = 0;
|
| virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setSelectTrailingWhitespaceEnabled(bool) = 0;
|
|
|