aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_window_frame_background.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_views_window_frame_background.cc')
-rw-r--r--www/chromium/files/patch-ui_views_window_frame_background.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-ui_views_window_frame_background.cc b/www/chromium/files/patch-ui_views_window_frame_background.cc
index 7b35800b9beb..667e6a802a87 100644
--- a/www/chromium/files/patch-ui_views_window_frame_background.cc
+++ b/www/chromium/files/patch-ui_views_window_frame_background.cc
@@ -1,9 +1,9 @@
---- ui/views/window/frame_background.cc.orig 2017-09-07 02:06:18.851705000 +0200
-+++ ui/views/window/frame_background.cc 2017-09-07 02:06:40.569927000 +0200
-@@ -173,7 +173,7 @@
-
- void FrameBackground::PaintFrameTopArea(gfx::Canvas* canvas,
- const View* view) const {
+--- ui/views/window/frame_background.cc.orig 2018-12-03 21:18:07.000000000 +0100
++++ ui/views/window/frame_background.cc 2018-12-15 21:23:38.516468000 +0100
+@@ -122,7 +122,7 @@
+ const View* view) const {
+ // Fill the top with the frame color first so we have a constant background
+ // for areas not covered by the theme image.
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
auto* native_theme = view->GetNativeTheme();