| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 6f1fa068f843c5d0fc20469b4be35db1400b76ad..e40f3fe4bbc80f8cc979bb60863e7dc6e7d9df72 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -1197,11 +1197,11 @@ void DesktopWindowTreeHostX11::HideImpl() {
|
| native_widget_delegate_->OnNativeWidgetVisibilityChanged(false);
|
| }
|
|
|
| -gfx::Rect DesktopWindowTreeHostX11::GetBounds() const {
|
| +gfx::Rect DesktopWindowTreeHostX11::GetBoundsInPixel() const {
|
| return bounds_in_pixels_;
|
| }
|
|
|
| -void DesktopWindowTreeHostX11::SetBounds(
|
| +void DesktopWindowTreeHostX11::SetBoundsInPixel(
|
| const gfx::Rect& requested_bounds_in_pixel) {
|
| gfx::Rect bounds_in_pixels(requested_bounds_in_pixel.origin(),
|
| AdjustSize(requested_bounds_in_pixel.size()));
|
|
|