| 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 793a10fbfd6d709521016a96a07bc34fd5e14ab7..14c7d48da4af8d452c6d35c131bdc942ff96c630 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -1474,7 +1474,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->GetBoundsInPixels(), bounds);
|
| }
|
|
|
| void WindowTreeClient::OnWindowTreeHostClientAreaWillChange(
|
|
|