Update to Chromium version 118.0.5993.96

This commit is contained in:
Marshall Greenblatt 2023-10-20 16:16:04 +00:00 committed by Marshall Greenblatt
parent 3edd46ec8c
commit 3cffa57544
4 changed files with 6 additions and 6 deletions

View File

@ -7,6 +7,6 @@
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
{
'chromium_checkout': 'refs/tags/118.0.5993.54',
'chromium_checkout': 'refs/tags/118.0.5993.96',
'depot_tools_checkout': 'a45d2d4c90'
}

View File

@ -1,5 +1,5 @@
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
index 9ab6c039d18f8..623dbcd45b04e 100644
index 31bf3d854d9a6..42d365c8f04fe 100644
--- chrome/browser/BUILD.gn
+++ chrome/browser/BUILD.gn
@@ -11,6 +11,7 @@ import("//build/config/compiler/pgo/pgo.gni")
@ -18,7 +18,7 @@ index 9ab6c039d18f8..623dbcd45b04e 100644
"//chrome:extra_resources",
"//chrome:resources",
"//chrome:strings",
@@ -2631,6 +2633,10 @@ static_library("browser") {
@@ -2632,6 +2634,10 @@ static_library("browser") {
]
}

View File

@ -13,7 +13,7 @@ index 2480282a19d12..dbd1fbf8a15b5 100644
return false;
}
diff --git chrome/browser/ui/BUILD.gn chrome/browser/ui/BUILD.gn
index aaaab0d2783ad..c97e5091c6e9f 100644
index 9da0c57372d3d..da4972e20b4f4 100644
--- chrome/browser/ui/BUILD.gn
+++ chrome/browser/ui/BUILD.gn
@@ -9,6 +9,7 @@ import("//build/config/compiler/compiler.gni")

View File

@ -41,10 +41,10 @@ index afefe3cd83dee..6668463247644 100644
} // namespace content
diff --git content/browser/renderer_host/render_widget_host_impl.cc content/browser/renderer_host/render_widget_host_impl.cc
index 9e946e02bca27..220b1ffecf063 100644
index 916c3f324ed21..3e6041cfc9ee0 100644
--- content/browser/renderer_host/render_widget_host_impl.cc
+++ content/browser/renderer_host/render_widget_host_impl.cc
@@ -3255,6 +3255,11 @@ void RenderWidgetHostImpl::OnInvalidInputEventSource() {
@@ -3265,6 +3265,11 @@ void RenderWidgetHostImpl::OnInvalidInputEventSource() {
GetProcess(), bad_message::INPUT_ROUTER_INVALID_EVENT_SOURCE);
}