aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_window_custom__frame__view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_views_window_custom__frame__view.cc')
-rw-r--r--www/chromium/files/patch-ui_views_window_custom__frame__view.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-ui_views_window_custom__frame__view.cc b/www/chromium/files/patch-ui_views_window_custom__frame__view.cc
new file mode 100644
index 000000000000..377615f7c78c
--- /dev/null
+++ b/www/chromium/files/patch-ui_views_window_custom__frame__view.cc
@@ -0,0 +1,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;