aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_views_window_custom__frame__view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ui_views_window_custom__frame__view.cc')
-rw-r--r--devel/electron33/files/patch-ui_views_window_custom__frame__view.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_views_window_custom__frame__view.cc b/devel/electron33/files/patch-ui_views_window_custom__frame__view.cc
deleted file mode 100644
index 4a4fa707bcab..000000000000
--- a/devel/electron33/files/patch-ui_views_window_custom__frame__view.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/views/window/custom_frame_view.cc.orig 2024-08-14 20:56:06 UTC
-+++ ui/views/window/custom_frame_view.cc
-@@ -268,7 +268,7 @@ int CustomFrameView::CaptionButtonY() const {
- // drawn flush with the screen edge, they still obey Fitts' Law.
- // 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)
- return FrameBorderThickness();
- #else
- return frame_->IsMaximized() ? FrameBorderThickness() : kFrameShadowThickness;