| Index: ui/aura/window_tree_host_x11.cc
|
| diff --git a/ui/aura/window_tree_host_x11.cc b/ui/aura/window_tree_host_x11.cc
|
| index c618a1ced10224bd7a8bdc9c35934488f3c3520f..9a84d4c2502bbfe4bafe5872e5c352d105fc4c5b 100644
|
| --- a/ui/aura/window_tree_host_x11.cc
|
| +++ b/ui/aura/window_tree_host_x11.cc
|
| @@ -396,11 +396,11 @@ void WindowTreeHostX11::HideImpl() {
|
| }
|
| }
|
|
|
| -gfx::Rect WindowTreeHostX11::GetBounds() const {
|
| +gfx::Rect WindowTreeHostX11::GetBoundsInPixel() const {
|
| return bounds_;
|
| }
|
|
|
| -void WindowTreeHostX11::SetBounds(const gfx::Rect& bounds) {
|
| +void WindowTreeHostX11::SetBoundsInPixel(const gfx::Rect& bounds) {
|
| // Even if the host window's size doesn't change, aura's root window
|
| // size, which is in DIP, changes when the scale changes.
|
| float current_scale = compositor()->device_scale_factor();
|
|
|