Index: content/public/common/web_preferences.h |
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h |
index d5ef3f7d6e4c1b009e8b68c83679c9326037957c..a6e837d0988ae18722a8204335c63f2278734d23 100644 |
--- a/content/public/common/web_preferences.h |
+++ b/content/public/common/web_preferences.h |
@@ -127,6 +127,7 @@ struct CONTENT_EXPORT WebPreferences { |
bool privileged_webgl_extensions_enabled; |
bool webgl_errors_to_console_enabled; |
bool mock_scrollbars_enabled; |
+ bool hide_scrollbars; |
skobes
2016/09/16 01:07:26
Where is this consumed?
Eric Seckler
2016/09/16 07:54:22
Thanks, was missing the plumbing in RenderViewImpl
|
bool accelerated_2d_canvas_enabled; |
int minimum_accelerated_2d_canvas_size; |
bool disable_2d_canvas_copy_on_write; |