| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 3e53ef532328243de7432e541086f0f9324a9876..011c199d835cbd159102ee4fecf68862d6ef44a8 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -107,6 +107,7 @@ WebPreferences::WebPreferences()
|
| privileged_webgl_extensions_enabled(false),
|
| webgl_errors_to_console_enabled(true),
|
| mock_scrollbars_enabled(false),
|
| + hide_scrollbars(false),
|
| accelerated_2d_canvas_enabled(false),
|
| minimum_accelerated_2d_canvas_size(257 * 256),
|
| disable_2d_canvas_copy_on_write(false),
|
|
|