Chromium Code Reviews| Index: webkit/glue/webpreferences.h |
| =================================================================== |
| --- webkit/glue/webpreferences.h (revision 158825) |
| +++ webkit/glue/webpreferences.h (working copy) |
| @@ -145,6 +145,8 @@ |
| // without raising a DOM security exception. |
| bool cookie_enabled; |
| + bool apply_page_scale_factor_in_compositor; |
| + |
| // 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 |
| // the embedder to use the same default value. |