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

Unified Diff: webkit/common/webpreferences.h

Issue 38793007: Experimental viewport meta tag support for desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index 6d57ae2741943c437b2afe561e59607168546907..3a77d58186d4263b2ba034d11d8a4e9de11a2c6e 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -149,6 +149,8 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
webkit_glue::EditingBehavior editing_behavior;
bool supports_multiple_windows;
bool viewport_enabled;
+ bool viewport_meta_enabled;
+ bool main_frame_resizes_are_orientation_changes;
bool initialize_at_minimum_page_scale;
bool smart_insert_delete_enabled;
bool spatial_navigation_enabled;

Powered by Google App Engine
This is Rietveld 408576698