mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Avoid crash when building Chrome with CEF patches applied.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1603 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -47,6 +47,14 @@ Index: widget.cc
|
|||||||
native_widget(NULL),
|
native_widget(NULL),
|
||||||
desktop_root_window_host(NULL),
|
desktop_root_window_host(NULL),
|
||||||
top_level(false),
|
top_level(false),
|
||||||
|
@@ -153,6 +154,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),
|
||||||
Index: widget.h
|
Index: widget.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- widget.h (revision 247552)
|
--- widget.h (revision 247552)
|
||||||
|
Reference in New Issue
Block a user