2014-04-08 19:33:48 +00:00
|
|
|
Index: common/webpreferences.cc
|
|
|
|
===================================================================
|
2014-05-29 17:15:34 +00:00
|
|
|
--- common/webpreferences.cc (revision 272007)
|
2014-04-08 19:33:48 +00:00
|
|
|
+++ common/webpreferences.cc (working copy)
|
2014-05-29 17:15:34 +00:00
|
|
|
@@ -114,6 +114,7 @@
|
2014-04-08 19:33:48 +00:00
|
|
|
use_solid_color_scrollbars(false),
|
|
|
|
compositor_touch_hit_testing(true),
|
|
|
|
navigate_on_drag_drop(true),
|
|
|
|
+ base_background_color(0xFFFFFFFF), // Color::white
|
|
|
|
cookie_enabled(true),
|
|
|
|
pepper_accelerated_video_decode_enabled(false)
|
|
|
|
#if defined(OS_ANDROID)
|
|
|
|
Index: common/webpreferences.h
|
|
|
|
===================================================================
|
2014-05-29 17:15:34 +00:00
|
|
|
--- common/webpreferences.h (revision 272007)
|
2014-04-08 19:33:48 +00:00
|
|
|
+++ common/webpreferences.h (working copy)
|
2014-05-29 17:15:34 +00:00
|
|
|
@@ -149,6 +149,7 @@
|
2014-04-08 19:33:48 +00:00
|
|
|
bool use_solid_color_scrollbars;
|
|
|
|
bool compositor_touch_hit_testing;
|
|
|
|
bool navigate_on_drag_drop;
|
2014-04-15 19:02:30 +00:00
|
|
|
+ uint32_t base_background_color;
|
2014-04-08 19:33:48 +00:00
|
|
|
|
|
|
|
// This flags corresponds to a Page's Settings' setCookieEnabled state. It
|
|
|
|
// only controls whether or not the "document.cookie" field is properly
|