| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 7ff4ccbbef821a75547a7a38512c66b350d99d54..fa86dacc246430f6c436e7d7c14d2ab6eb6ef75b 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -115,7 +115,6 @@ public:
|
| virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setForceCompositingMode(bool) = 0;
|
| - virtual void setFullScreenEnabled(bool) = 0;
|
| virtual void setGestureTapHighlightEnabled(bool) = 0;
|
| virtual void setHyperlinkAuditingEnabled(bool) = 0;
|
| virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) = 0;
|
| @@ -202,6 +201,7 @@ public:
|
|
|
| // FIXME: Remove these unused settings.
|
| virtual void setFixedPositionCreatesStackingContext(bool) { }
|
| + virtual void setFullScreenEnabled(bool) { }
|
|
|
| protected:
|
| ~WebSettings() { }
|
|
|