From 7a1b974c80e59e979dcad6c4d7cd20d2b35a7708 Mon Sep 17 00:00:00 2001 From: Max Karolinskiy Date: Wed, 21 May 2025 12:59:33 -0400 Subject: [PATCH] Update patches from Chromium 137.0.7151.32 to Chromium 137.0.7151.44. --- .../chrome-browser-ui-views-frame-browser_view.cc.patch | 4 ++-- patches/chrome-browser-ui-views-tabs-tab.cc.patch | 8 ++++---- patches/chrome-test-BUILD.gn.patch | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/patches/chrome-browser-ui-views-frame-browser_view.cc.patch b/patches/chrome-browser-ui-views-frame-browser_view.cc.patch index be50ca2a356..1b1b06fad80 100644 --- a/patches/chrome-browser-ui-views-frame-browser_view.cc.patch +++ b/patches/chrome-browser-ui-views-frame-browser_view.cc.patch @@ -1,8 +1,8 @@ diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc -index 43650702e865bc65580f4e6f621f1e79efddba53..5ab3947bc48f1c2001a3c0d826602cdd475245be 100644 +index 3c0e53b5ade77b589f3899064aeee5bb67e3871f..33cdc6e79b2b7903f1f1ffa255d9dca27036c21f 100644 --- a/chrome/browser/ui/views/frame/browser_view.cc +++ b/chrome/browser/ui/views/frame/browser_view.cc -@@ -741,6 +741,7 @@ bool ConvertedHitTest(views::View* src, views::View* dst, gfx::Point* point) { +@@ -743,6 +743,7 @@ bool ConvertedHitTest(views::View* src, views::View* dst, gfx::Point* point) { DCHECK(src); DCHECK(dst); DCHECK(point); diff --git a/patches/chrome-browser-ui-views-tabs-tab.cc.patch b/patches/chrome-browser-ui-views-tabs-tab.cc.patch index 95b8c123207..36d4ea05441 100644 --- a/patches/chrome-browser-ui-views-tabs-tab.cc.patch +++ b/patches/chrome-browser-ui-views-tabs-tab.cc.patch @@ -1,8 +1,8 @@ diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc -index d3418e3a4395d096f2983e0861821457608373c1..d066b69dbc5014d6b7c262b04e7bfb13ddfd9eb3 100644 +index 5a16ad7348fdf0336428bffcfd4f71ab47bf104e..fb262afa1520a4d35ebb6d3e78996c3857f4bcac 100644 --- a/chrome/browser/ui/views/tabs/tab.cc +++ b/chrome/browser/ui/views/tabs/tab.cc -@@ -332,6 +332,7 @@ void Tab::Layout(PassKey) { +@@ -334,6 +334,7 @@ void Tab::Layout(PassKey) { // indicator, but visually it will be smaller at kFaviconSize wide. gfx::Rect favicon_bounds(start, contents_rect.y(), 0, 0); if (showing_icon_) { @@ -10,7 +10,7 @@ index d3418e3a4395d096f2983e0861821457608373c1..d066b69dbc5014d6b7c262b04e7bfb13 if (center_icon_) { // When centering the favicon, the favicon is allowed to escape the normal // contents rect. -@@ -431,6 +432,7 @@ void Tab::Layout(PassKey) { +@@ -433,6 +434,7 @@ void Tab::Layout(PassKey) { int title_right = contents_rect.right(); if (showing_alert_indicator_) { title_right = alert_indicator_button_->x() - after_title_padding; @@ -18,7 +18,7 @@ index d3418e3a4395d096f2983e0861821457608373c1..d066b69dbc5014d6b7c262b04e7bfb13 } else if (showing_close_button_) { // Allow the title to overlay the close button's empty border padding. title_right = close_x - after_title_padding; -@@ -1183,6 +1185,7 @@ void Tab::UpdateIconVisibility() { +@@ -1199,6 +1201,7 @@ void Tab::UpdateIconVisibility() { !controller_->IsLockedForOnTask() && #endif large_enough_for_close_button; diff --git a/patches/chrome-test-BUILD.gn.patch b/patches/chrome-test-BUILD.gn.patch index 4e8f6070ec7..f240200e83d 100644 --- a/patches/chrome-test-BUILD.gn.patch +++ b/patches/chrome-test-BUILD.gn.patch @@ -1,8 +1,8 @@ diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn -index 1b52a0d1a249c5d8beb205358c2003202c9253a0..b9536273f3163e6aed7ce6b2c86843a04fc2a10a 100644 +index 994a9990a2664333eabc216c1348e8d4ce188563..f45adc344427e52f40728a9906995d275c196e41 100644 --- a/chrome/test/BUILD.gn +++ b/chrome/test/BUILD.gn -@@ -658,6 +658,7 @@ static_library("test_support") { +@@ -662,6 +662,7 @@ static_library("test_support") { "//ui/gl", ]