| Index: ui/aura/mus/window_tree_client.cc
|
| diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
|
| index eff5c9d1abd81ee49dc4eb1ad21a38655a68cea8..731534948b58963b53942b2ffefe9e5c4ad7362b 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -1507,7 +1507,7 @@ void WindowTreeClient::OnWindowTreeHostBoundsWillChange(
|
| WindowTreeHostMus* window_tree_host,
|
| const gfx::Rect& bounds) {
|
| ScheduleInFlightBoundsChange(WindowMus::Get(window_tree_host->window()),
|
| - window_tree_host->GetBounds(), bounds);
|
| + window_tree_host->GetBoundsInPixel(), bounds);
|
| }
|
|
|
| std::unique_ptr<WindowPortMus> WindowTreeClient::CreateWindowPortForTopLevel() {
|
|
|