mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-10 09:00:42 +01:00
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:
parent
ed535dcb2a
commit
8a73d26fc2
@ -39,7 +39,15 @@ Index: widget.cc
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- widget.cc (revision 248478)
|
--- widget.cc (revision 248478)
|
||||||
+++ widget.cc (working copy)
|
+++ 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),
|
show_state(ui::SHOW_STATE_DEFAULT),
|
||||||
double_buffer(false),
|
double_buffer(false),
|
||||||
parent(NULL),
|
parent(NULL),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user