| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 84ed213b69623dc40e79d3c3185d8fd9d964b6c9..0ab3bf4f6896a34f0847c36e459403fe1decd58a 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -122,7 +122,8 @@ 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 setForceCompositingMode(bool) = 0;
|
| + // FIXME: Remove this once DevToolsAgent::enableDeviceEmulation stops calling it.
|
| + virtual void setForceCompositingMode(bool) { };
|
| virtual void setGestureTapHighlightEnabled(bool) = 0;
|
| virtual void setHyperlinkAuditingEnabled(bool) = 0;
|
| virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) = 0;
|
|
|