cef/patch/patches/prefs_webkit_1161.patch
Marshall Greenblatt bbcf1b53e6 Merge revision 1645 changes:
- Windows: Fix white flashes during browser initialization (issue #1161).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1646 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-08 19:34:42 +00:00

25 lines
971 B
Diff

Index: common/webpreferences.cc
===================================================================
--- common/webpreferences.cc (revision 258314)
+++ common/webpreferences.cc (working copy)
@@ -123,6 +123,7 @@
pinch_overlay_scrollbar_thickness(0),
use_solid_color_scrollbars(false),
compositor_touch_hit_testing(true),
+ base_background_color(0xFFFFFFFF), // Color::white
cookie_enabled(true)
#if defined(OS_ANDROID)
,
Index: common/webpreferences.h
===================================================================
--- common/webpreferences.h (revision 258314)
+++ common/webpreferences.h (working copy)
@@ -158,6 +158,7 @@
int pinch_overlay_scrollbar_thickness;
bool use_solid_color_scrollbars;
bool compositor_touch_hit_testing;
+ int base_background_color;
// This flags corresponds to a Page's Settings' setCookieEnabled state. It
// only controls whether or not the "document.cookie" field is properly