Chromium Code Reviews| 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 |