Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Unified Diff: public/web/WebSettings.h

Issue 324363003: Remove straggling references to forceCompositingMode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698