aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui__views__window__custom_frame_view.cc
blob: a7428bd4638ea722d70fccc00e168edebcefcb82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/window/custom_frame_view.cc.orig	2014-10-10 08:54:19 UTC
+++ ui/views/window/custom_frame_view.cc
@@ -283,7 +283,7 @@
 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;