| Index: mash/simple_wm/simple_wm.cc
|
| diff --git a/mash/simple_wm/simple_wm.cc b/mash/simple_wm/simple_wm.cc
|
| index 1bb1d1bf8d0bc8cf6fccce7875a8099ede3319f0..c96b0e532f541c5fda8e876e6473a33c2f5cd3e0 100644
|
| --- a/mash/simple_wm/simple_wm.cc
|
| +++ b/mash/simple_wm/simple_wm.cc
|
| @@ -411,6 +411,8 @@ void SimpleWM::SetWindowManagerClient(
|
| window_manager_client_ = client;
|
| }
|
|
|
| +void SimpleWM::OnWmConnected() {}
|
| +
|
| void SimpleWM::OnWmSetBounds(aura::Window* window, const gfx::Rect& bounds) {
|
| FrameView* frame_view = GetFrameViewForClientWindow(window);
|
| frame_view->GetWidget()->SetBounds(bounds);
|
|
|