| Index: services/ui/test_wm/test_wm.cc
|
| diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
|
| index a0c75dbe1806e147459979a62f5c376345e78a4f..a0df161d7907fd80e2085f55ce268c78d80acb76 100644
|
| --- a/services/ui/test_wm/test_wm.cc
|
| +++ b/services/ui/test_wm/test_wm.cc
|
| @@ -99,6 +99,7 @@ class TestWM : public service_manager::Service,
|
| window_manager_client_ = client;
|
| }
|
| bool OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) override {
|
| + window->SetBounds(*bounds);
|
| return true;
|
| }
|
| bool OnWmSetProperty(
|
|
|