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