| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 08c0d7713296f35034c4ca45ab721e81a5462b1d..05bc44eaebe57db82d474297cb52b7dca3d06aa0 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -186,6 +186,7 @@ public:
|
| 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;
|
| virtual void setSelectionIncludesAltImageText(bool) = 0;
|
|
|