From f1f4e9fbeac2c2877602946ba9452fc679e2e5bd Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 14 Jul 2016 16:46:23 -0400 Subject: [PATCH] Update to Chromium version 52.0.2743.75 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/browser_frame_host_guest_1687.patch | 4 ++-- patch/patches/content_nav_1129.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index b7d955aa6..7d9d97629 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,5 +7,5 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/52.0.2743.60', + 'chromium_checkout': 'refs/tags/52.0.2743.75', } diff --git a/patch/patches/browser_frame_host_guest_1687.patch b/patch/patches/browser_frame_host_guest_1687.patch index 6b8f5db0c..cc516f640 100644 --- a/patch/patches/browser_frame_host_guest_1687.patch +++ b/patch/patches/browser_frame_host_guest_1687.patch @@ -1,8 +1,8 @@ diff --git render_widget_host_view_guest.cc render_widget_host_view_guest.cc -index 2f7ff29..49389ce 100644 +index d5434c9..2dd1660 100644 --- render_widget_host_view_guest.cc +++ render_widget_host_view_guest.cc -@@ -215,6 +215,9 @@ void RenderWidgetHostViewGuest::Destroy() { +@@ -243,6 +243,9 @@ void RenderWidgetHostViewGuest::Destroy() { } gfx::Size RenderWidgetHostViewGuest::GetPhysicalBackingSize() const { diff --git a/patch/patches/content_nav_1129.patch b/patch/patches/content_nav_1129.patch index 68e499087..eb7d0b40b 100644 --- a/patch/patches/content_nav_1129.patch +++ b/patch/patches/content_nav_1129.patch @@ -39,7 +39,7 @@ index d96adc9..348ae16 100644 // built in media player for the given |url|. Defaults to false. virtual bool ShouldUseMediaPlayerForURL(const GURL& url); diff --git renderer/render_frame_impl.cc renderer/render_frame_impl.cc -index 8bd405a..6031656 100644 +index 8d049b2..8f89c29 100644 --- renderer/render_frame_impl.cc +++ renderer/render_frame_impl.cc @@ -4770,7 +4770,6 @@ WebNavigationPolicy RenderFrameImpl::decidePolicyForNavigation(