aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_native__theme_native__theme__base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ui_native__theme_native__theme__base.cc')
-rw-r--r--devel/electron33/files/patch-ui_native__theme_native__theme__base.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_native__theme_native__theme__base.cc b/devel/electron33/files/patch-ui_native__theme_native__theme__base.cc
deleted file mode 100644
index efa4e5022a1c..000000000000
--- a/devel/electron33/files/patch-ui_native__theme_native__theme__base.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/native_theme/native_theme_base.cc.orig 2024-10-16 21:32:40 UTC
-+++ ui/native_theme/native_theme_base.cc
-@@ -241,7 +241,7 @@ void NativeThemeBase::Paint(cc::PaintCanvas* canvas,
- break;
- // TODO(crbug.com/40118868): 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,
- absl::get<FrameTopAreaExtraParams>(extra),