summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-ui_views_window_frame_background_cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/patches/patch-ui_views_window_frame_background_cc')
-rw-r--r--www/chromium/patches/patch-ui_views_window_frame_background_cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-ui_views_window_frame_background_cc b/www/chromium/patches/patch-ui_views_window_frame_background_cc
deleted file mode 100644
index f75ef36..0000000
--- a/www/chromium/patches/patch-ui_views_window_frame_background_cc
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: ui/views/window/frame_background.cc
2--- ui/views/window/frame_background.cc.orig
3+++ ui/views/window/frame_background.cc
4@@ -110,7 +110,7 @@ void FrameBackground::PaintMaximized(gfx::Canvas* canv
5 int width) const {
6 // Fill the top with the frame color first so we have a constant background
7 // for areas not covered by the theme image.
8-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \
9+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && \
10 BUILDFLAG(ENABLE_DESKTOP_AURA)
11 ui::NativeTheme::ExtraParams params;
12 params.frame_top_area.use_custom_frame = use_custom_frame_;