| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 77fe70d1fd6790f3ea37aca3126d4b7a8e20e794..3ea9d69d5ce306a1a5180e738ce6848d7fcc6068 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -122,8 +122,6 @@ public:
|
| virtual void setExperimentalWebGLEnabled(bool) = 0;
|
| virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 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;
|
|
|