| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 3ea9d69d5ce306a1a5180e738ce6848d7fcc6068..ebc4f28ff23c658ac0934840dc9b7763c2c6985c 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -122,6 +122,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 setGestureTapHighlightEnabled(bool) = 0;
|
| virtual void setHyperlinkAuditingEnabled(bool) = 0;
|
| virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) = 0;
|
|
|