| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 90ab5cde29b4f825c41a759b433e80f6d14cf75d..ec83a8f583253a86f0e1c6b130ca04078a812d18 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -161,6 +161,7 @@ public:
|
| virtual void setExperimentalWebGLEnabled(bool) = 0;
|
| virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| + virtual void setReportWheelOverscroll(bool) = 0;
|
| virtual void setForceZeroLayoutHeight(bool) = 0;
|
| virtual void setFullscreenSupported(bool) = 0;
|
| virtual void setHyperlinkAuditingEnabled(bool) = 0;
|
|
|