| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index eedc0c1b5df46669e6d2676d2314454c24031d88..be0b3cc20880bf9804a00728a2bc4ff3bc6125f7 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -178,6 +178,7 @@ public:
|
| virtual void setPrimaryHoverType(HoverType) = 0;
|
| virtual void setRenderVSyncNotificationEnabled(bool) = 0;
|
| virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0;
|
| + virtual void setRootLayerScrolls(bool) = 0;
|
| virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setSelectTrailingWhitespaceEnabled(bool) = 0;
|
| virtual void setSelectionIncludesAltImageText(bool) = 0;
|
|
|