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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 792233007: blink: Enable the GPU trigger when viewport meta tag is not read (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: mergeagain Created 5 years, 10 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..207bd5d1a6665f1b0ca754cab492c9928b65e332 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -647,6 +647,11 @@ bool WebSettingsImpl::viewportEnabled() const
return m_settings->viewportEnabled();
}
+bool WebSettingsImpl::viewportMetaEnabled() const
+{
+ return m_settings->viewportMetaEnabled();
+}
+
bool WebSettingsImpl::mockGestureTapHighlightsEnabled() const
{
return m_settings->mockGestureTapHighlightsEnabled();

Powered by Google App Engine
This is Rietveld 408576698