From f6c829a424c2b48b68452c4259c851b57de36c3f Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 24 Jan 2013 22:08:26 +0000 Subject: [PATCH] Update content_popups.patch git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1053 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- cef3/patch/patches/content_popups.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cef3/patch/patches/content_popups.patch b/cef3/patch/patches/content_popups.patch index 053e325f9..ff641a3ae 100644 --- a/cef3/patch/patches/content_popups.patch +++ b/cef3/patch/patches/content_popups.patch @@ -1,8 +1,8 @@ Index: browser/web_contents/web_contents_impl.cc =================================================================== ---- browser/web_contents/web_contents_impl.cc (revision 173683) +--- browser/web_contents/web_contents_impl.cc (revision 178221) +++ browser/web_contents/web_contents_impl.cc (working copy) -@@ -1397,8 +1397,10 @@ +@@ -1401,8 +1401,10 @@ new RenderWidgetHostImpl(this, process, route_id); created_widgets_.insert(widget_host); @@ -17,7 +17,7 @@ Index: browser/web_contents/web_contents_impl.cc widget_view->SetPopupType(popup_type); Index: public/browser/web_contents_view.h =================================================================== ---- public/browser/web_contents_view.h (revision 173683) +--- public/browser/web_contents_view.h (revision 178221) +++ public/browser/web_contents_view.h (working copy) @@ -38,6 +38,9 @@ virtual RenderWidgetHostView* CreateViewForWidget(