| Index: ui/views/widget/desktop_root_window_host_linux.cc
|
| diff --git a/ui/views/widget/desktop_root_window_host_linux.cc b/ui/views/widget/desktop_root_window_host_linux.cc
|
| index 7e05d0b129cc863c5fe34ed3b38df2e91f25caa9..640502619dd5f28d244ff27b869900e17d25ddbd 100644
|
| --- a/ui/views/widget/desktop_root_window_host_linux.cc
|
| +++ b/ui/views/widget/desktop_root_window_host_linux.cc
|
| @@ -372,7 +372,7 @@ void DesktopRootWindowHostLinux::CenterWindow(const gfx::Size& size) {
|
| size.height());
|
| // Don't size the window bigger than the parent, otherwise the user may not be
|
| // able to close or move it.
|
| - window_bounds = window_bounds.AdjustToFit(parent_bounds);
|
| + window_bounds.AdjustToFit(parent_bounds);
|
|
|
| SetBounds(window_bounds);
|
| }
|
|
|