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

Unified Diff: webkit/common/webpreferences.cc

Issue 23572016: [Android WebView] Wire up the viewport quirks settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split into 2 quirks, as per the final version of Blink's http://crrev.com/23691017 Created 7 years, 3 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 | « webkit/common/webpreferences.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.cc
diff --git a/webkit/common/webpreferences.cc b/webkit/common/webpreferences.cc
index de32085869de8294d0bae95a8bf7d52bcfe085e5..56aad79434ed7bd899434c4c966de0f44f73cf29 100644
--- a/webkit/common/webpreferences.cc
+++ b/webkit/common/webpreferences.cc
@@ -128,7 +128,9 @@ WebPreferences::WebPreferences()
user_gesture_required_for_media_playback(true),
support_deprecated_target_density_dpi(false),
use_legacy_background_size_shorthand_behavior(false),
- use_wide_viewport(true)
+ use_wide_viewport(true),
+ viewport_meta_layout_size_quirk(false),
+ viewport_meta_zero_values_quirk(false)
#endif
{
standard_font_family_map[webkit_glue::kCommonScript] =
« no previous file with comments | « webkit/common/webpreferences.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698