diff options
Diffstat (limited to 'chrome/views/window/custom_frame_view.cc')
-rw-r--r-- | chrome/views/window/custom_frame_view.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/window/custom_frame_view.cc b/chrome/views/window/custom_frame_view.cc index d3843a4..ecd675e 100644 --- a/chrome/views/window/custom_frame_view.cc +++ b/chrome/views/window/custom_frame_view.cc @@ -282,7 +282,8 @@ gfx::Rect CustomFrameView::GetWindowBoundsForClientBounds( } gfx::Point CustomFrameView::GetSystemMenuPoint() const { - gfx::Point system_menu_point(FrameBorderThickness(), + gfx::Point system_menu_point( + MirroredXCoordinateInsideView(FrameBorderThickness()), NonClientTopBorderHeight() - BottomEdgeThicknessWithinNonClientHeight()); ConvertPointToScreen(this, &system_menu_point); return system_menu_point; |