| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index cce852372fea3e0eb4de7a1270968b07d96b9d4e..a8eb1a47e426fb1b711c05055037e215552edecd 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -123,6 +123,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 setForceZeroLayoutHeight(bool) = 0;
|
| virtual void setFullscreenSupported(bool) = 0;
|
| virtual void setHyperlinkAuditingEnabled(bool) = 0;
|
| virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) = 0;
|
|
|