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

Unified Diff: webkit/glue/webpreferences.h

Issue 10454019: Unset the page-scale-factor limits if enable-pinch flag is turned on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index fd7c9cde65128336ce2a3c73a51aae10255f2bb5..84e97a993c95851ed90572c99aaa130ffc4d3a1d 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -127,6 +127,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
int default_tile_height;
int max_untiled_layer_width;
int max_untiled_layer_height;
+ bool force_enable_page_scale;
jamesr 2012/05/24 21:02:37 can you put this next to the other page/device sca
sadrul 2012/05/24 21:10:16 Done.
// We try to keep the default values the same as the default values in
// chrome, except for the cases where it would require lots of extra work for

Powered by Google App Engine
This is Rietveld 408576698