aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-ui_native__theme_native__theme__base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-ui_native__theme_native__theme__base.cc')
-rw-r--r--www/iridium/files/patch-ui_native__theme_native__theme__base.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-ui_native__theme_native__theme__base.cc b/www/iridium/files/patch-ui_native__theme_native__theme__base.cc
index 8cf2c8925724..ac7ef7ad4c54 100644
--- a/www/iridium/files/patch-ui_native__theme_native__theme__base.cc
+++ b/www/iridium/files/patch-ui_native__theme_native__theme__base.cc
@@ -1,11 +1,11 @@
---- ui/native_theme/native_theme_base.cc.orig 2022-03-28 18:11:04 UTC
+--- ui/native_theme/native_theme_base.cc.orig 2023-11-22 14:00:11 UTC
+++ ui/native_theme/native_theme_base.cc
-@@ -269,7 +269,7 @@ void NativeThemeBase::Paint(cc::PaintCanvas* canvas,
+@@ -235,7 +235,7 @@ void NativeThemeBase::Paint(cc::PaintCanvas* canvas,
break;
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
case kFrameTopArea:
- PaintFrameTopArea(canvas, state, rect, extra.frame_top_area,
- color_scheme);
+ PaintFrameTopArea(canvas, state, rect,
+ absl::get<FrameTopAreaExtraParams>(extra),