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

Unified Diff: Source/WebKit/chromium/src/WebSettingsImpl.cpp

Issue 15869002: Add WebKit plumbing for --enable-pinch-virtual-viewport (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
« no previous file with comments | « Source/WebKit/chromium/src/WebSettingsImpl.h ('k') | Source/core/page/Settings.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebSettingsImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebSettingsImpl.cpp b/Source/WebKit/chromium/src/WebSettingsImpl.cpp
index 47f098909f970c2ef73cf223bf6c3429fd1a435c..000b857bb2bda0c7c68cb73c39876e153566edbc 100644
--- a/Source/WebKit/chromium/src/WebSettingsImpl.cpp
+++ b/Source/WebKit/chromium/src/WebSettingsImpl.cpp
@@ -687,4 +687,9 @@ void WebSettingsImpl::setSmartInsertDeleteEnabled(bool enabled)
m_settings->setSmartInsertDeleteEnabled(enabled);
}
+void WebSettingsImpl::setPinchVirtualViewportEnabled(bool enabled)
+{
+ m_settings->setPinchVirtualViewportEnabled(enabled);
+}
+
} // namespace WebKit
« no previous file with comments | « Source/WebKit/chromium/src/WebSettingsImpl.h ('k') | Source/core/page/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698