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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 219123002: Read the default min-width value from the UA style sheets (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 915aa95b7247e44c42810094d126d0b3f1d08ad4..ee3bcf975bc877edbe3d6975554a8f7cdc48f261 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -558,11 +558,6 @@ void WebSettingsImpl::setLayerSquashingEnabled(bool enabled)
m_settings->setLayerSquashingEnabled(enabled);
}
-void WebSettingsImpl::setLayoutFallbackWidth(int width)
-{
- m_settings->setLayoutFallbackWidth(width);
-}
-
void WebSettingsImpl::setAsynchronousSpellCheckingEnabled(bool enabled)
{
m_settings->setAsynchronousSpellCheckingEnabled(enabled);

Powered by Google App Engine
This is Rietveld 408576698