| Index: chrome/views/window/custom_frame_view.cc
|
| ===================================================================
|
| --- chrome/views/window/custom_frame_view.cc (revision 12538)
|
| +++ chrome/views/window/custom_frame_view.cc (working copy)
|
| @@ -282,7 +282,8 @@
|
| }
|
|
|
| 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;
|
|
|