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

Unified Diff: components/html_viewer/blink_settings_impl.cc

Issue 1415513002: Remove plumbing for inert-visual-viewport flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « chrome/browser/about_flags.cc ('k') | components/html_viewer/web_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/blink_settings_impl.cc
diff --git a/components/html_viewer/blink_settings_impl.cc b/components/html_viewer/blink_settings_impl.cc
index b4ca373128f7331bdd0d37a290c07ca9ae8355e0..b9384c1e62c390f1feb28bde20472bb4b13c106b 100644
--- a/components/html_viewer/blink_settings_impl.cc
+++ b/components/html_viewer/blink_settings_impl.cc
@@ -298,8 +298,6 @@ void BlinkSettingsImpl::ApplySettings(blink::WebView* web_view,
settings->setSupportsMultipleWindows(prefs.supports_multiple_windows);
- settings->setInertVisualViewport(prefs.inert_visual_viewport);
-
// TODO(bokan): Remove once Blink side is gone.
settings->setInvertViewportScrollOrder(true);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/html_viewer/web_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698