From 067d91504f57e389378cbe77bd2e3d4a075c56eb Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 14 Feb 2017 10:45:18 -0500 Subject: [PATCH] Fix error in browser_plugin_guest_1565.patch --- patch/patches/browser_plugin_guest_1565.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/patches/browser_plugin_guest_1565.patch b/patch/patches/browser_plugin_guest_1565.patch index e9295ba1e..56d059e29 100644 --- a/patch/patches/browser_plugin_guest_1565.patch +++ b/patch/patches/browser_plugin_guest_1565.patch @@ -240,7 +240,7 @@ index 959a27f..19a48df 100644 --- content/browser/web_contents/web_contents_view_mus.cc +++ content/browser/web_contents/web_contents_view_mus.cc @@ -128,7 +128,7 @@ void WebContentsViewMus::CreateView(const gfx::Size& initial_size, - + RenderWidgetHostViewBase* WebContentsViewMus::CreateViewForWidget( RenderWidgetHost* render_widget_host, - bool is_guest_view_hack) {