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

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, 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
Index: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index f674b383ac992d5ce275833deca09f2ea4e5a9d7..8786539fafd8655d0dc753ef51f5ef776812cae1 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -147,6 +147,8 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
webkit_glue::EditingBehavior editing_behavior;
bool supports_multiple_windows;
bool viewport_enabled;
+ bool viewport_meta_enabled;
+ bool scale_viewport_on_resize;
bool initialize_at_minimum_page_scale;
bool smart_insert_delete_enabled;
bool spatial_navigation_enabled;

Powered by Google App Engine
This is Rietveld 408576698