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

Unified Diff: webkit/glue/webpreferences.h

Issue 15567005: Plumb pinch virtual viewport flag to CC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revised to share setting with Blink also. Created 7 years, 7 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 | « content/renderer/gpu/render_widget_compositor.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index 85a898bcde8ff3dbc92ce156154fb4e8129ec454..e3e7dd2b50b3ae2ac2bf2a8ccf4edd9408a50256 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -157,6 +157,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool smart_insert_delete_enabled;
bool spatial_navigation_enabled;
bool experimental_websocket_enabled;
+ bool pinch_virtual_viewport_enabled;
jamesr 2013/05/21 17:38:35 what does this setting have to do with Blink?
wjmaclean 2013/05/21 18:01:05 The virtual viewport will require changes to the w
jamesr 2013/05/22 19:35:29 But it doesn't do anything in this patch - the boo
// This flags corresponds to a Page's Settings' setCookieEnabled state. It
// only controls whether or not the "document.cookie" field is properly
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698