aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_window_custom__frame__view.cc
blob: 377615f7c78c1b9442e30a48583c3859cd59f524 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/window/custom_frame_view.cc.orig	2016-05-11 19:02:36 UTC
+++ ui/views/window/custom_frame_view.cc
@@ -288,7 +288,7 @@ int CustomFrameView::NonClientTopBorderH
 int CustomFrameView::CaptionButtonY() const {
   // Maximized buttons start at window top so that even if their images aren't
   // drawn flush with the screen edge, they still obey Fitts' Law.
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD)
   return FrameBorderThickness();
 #else
   return frame_->IsMaximized() ? FrameBorderThickness() : kFrameShadowThickness;