diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 0246eff05..01cefcd38 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/54.0.2840.59', + 'chromium_checkout': 'refs/tags/54.0.2840.90', } diff --git a/patch/patches/content_nav_1129.patch b/patch/patches/content_nav_1129.patch index 3dbfa59d5..d2e27e4ad 100644 --- a/patch/patches/content_nav_1129.patch +++ b/patch/patches/content_nav_1129.patch @@ -39,7 +39,7 @@ index b7b042f..69a62f2 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 d1f9dcf..667abb6 100644 +index eba0afa..c84b20b 100644 --- renderer/render_frame_impl.cc +++ renderer/render_frame_impl.cc @@ -4947,7 +4947,6 @@ WebNavigationPolicy RenderFrameImpl::decidePolicyForNavigation( diff --git a/patch/patches/gn_config.patch b/patch/patches/gn_config.patch index dbbadbff3..a2ea1e993 100644 --- a/patch/patches/gn_config.patch +++ b/patch/patches/gn_config.patch @@ -145,7 +145,6 @@ index 1e269aa..b562c3e 100644 "$root_out_dir/setup.exe", release_file, ] - diff --git content/renderer/mus/BUILD.gn content/renderer/mus/BUILD.gn index efadacc..47fa5ff 100644 --- content/renderer/mus/BUILD.gn diff --git a/patch/patches/webview_plugin_2352673003.patch b/patch/patches/webview_plugin_2352673003.patch index 7bf1f5457..3fdc7ec44 100644 --- a/patch/patches/webview_plugin_2352673003.patch +++ b/patch/patches/webview_plugin_2352673003.patch @@ -1,5 +1,5 @@ diff --git components/plugins/renderer/webview_plugin.cc components/plugins/renderer/webview_plugin.cc -index 60d955b..ab11e7b 100644 +index 60d955b..81a26f4 100644 --- components/plugins/renderer/webview_plugin.cc +++ components/plugins/renderer/webview_plugin.cc @@ -95,6 +95,23 @@ WebViewPlugin::~WebViewPlugin() {