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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 979033003: Move code from StyleResolver to ViewportStyleResolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed stray method declaration Created 5 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 92e2207aef477fa71748a9c9687e43184293000a..44ade9d519ffc4c8088a0633502416f132bdf86a 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -747,4 +747,9 @@ void WebSettingsImpl::setV8CacheOptions(V8CacheOptions options)
m_settings->setV8CacheOptions(static_cast<blink::V8CacheOptions>(options));
}
+void WebSettingsImpl::setUseMobileViewportStyle(bool enabled)
+{
+ m_settings->setUseMobileViewportStyle(enabled);
dgozman 2015/03/08 06:32:11 m_inspectorContorller->setUseMobileViewportStyle(e
rune 2015/03/08 19:15:26 Done.
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698