From 8a73d26fc2c46da3d508b1ebf3e883d7711b19b9 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 6 Feb 2014 23:36:29 +0000 Subject: [PATCH] Avoid crash when building Chrome with CEF patches applied. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1602 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- patch/patches/views_widget_180.patch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/patch/patches/views_widget_180.patch b/patch/patches/views_widget_180.patch index cc97b3824..8380104b0 100644 --- a/patch/patches/views_widget_180.patch +++ b/patch/patches/views_widget_180.patch @@ -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),