| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index 8df58b608e805f873d15d9af35a4d47d7e804a8e..d0218777dda51976f9982fae40d0b4ca7b60fe65 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -382,7 +382,7 @@ class AURA_EXPORT WindowTreeClient
|
| void WmDisplayModified(const display::Display& display) override;
|
| void WmSetBounds(uint32_t change_id,
|
| Id window_id,
|
| - const gfx::Rect& transit_bounds) override;
|
| + const gfx::Rect& transit_bounds_in_pixels) override;
|
| void WmSetProperty(
|
| uint32_t change_id,
|
| Id window_id,
|
|
|