Avoid crash when building Chrome with CEF patches applied.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1602 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-02-06 23:36:29 +00:00
parent ed535dcb2a
commit 8a73d26fc2

View File

@ -39,7 +39,15 @@ Index: widget.cc
===================================================================
--- widget.cc (revision 248478)
+++ widget.cc (working copy)
@@ -149,6 +149,7 @@
@@ -124,6 +124,7 @@
show_state(ui::SHOW_STATE_DEFAULT),
double_buffer(false),
parent(NULL),
+ parent_widget(NULL),
native_widget(NULL),
desktop_root_window_host(NULL),
top_level(false),
@@ -149,6 +150,7 @@
show_state(ui::SHOW_STATE_DEFAULT),
double_buffer(false),
parent(NULL),