Update content_popups.patch

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1053 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-01-24 22:08:26 +00:00
parent 25e0919ba5
commit f6c829a424

View File

@@ -1,8 +1,8 @@
Index: browser/web_contents/web_contents_impl.cc 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) +++ browser/web_contents/web_contents_impl.cc (working copy)
@@ -1397,8 +1397,10 @@ @@ -1401,8 +1401,10 @@
new RenderWidgetHostImpl(this, process, route_id); new RenderWidgetHostImpl(this, process, route_id);
created_widgets_.insert(widget_host); created_widgets_.insert(widget_host);
@@ -17,7 +17,7 @@ Index: browser/web_contents/web_contents_impl.cc
widget_view->SetPopupType(popup_type); widget_view->SetPopupType(popup_type);
Index: public/browser/web_contents_view.h 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) +++ public/browser/web_contents_view.h (working copy)
@@ -38,6 +38,9 @@ @@ -38,6 +38,9 @@
virtual RenderWidgetHostView* CreateViewForWidget( virtual RenderWidgetHostView* CreateViewForWidget(