| Index: mash/simple_wm/simple_wm.cc
|
| diff --git a/mash/simple_wm/simple_wm.cc b/mash/simple_wm/simple_wm.cc
|
| index 66f0a3b5bf4a92c36a024ba77c90d7e1215f73d3..eb5bb4341a48b9d3315be490911b8b1b2e29c92f 100644
|
| --- a/mash/simple_wm/simple_wm.cc
|
| +++ b/mash/simple_wm/simple_wm.cc
|
| @@ -557,6 +557,10 @@ void SimpleWM::OnWmSetClientArea(
|
| const gfx::Insets& insets,
|
| const std::vector<gfx::Rect>& additional_client_areas) {}
|
|
|
| +bool SimpleWM::IsWindowActive(aura::Window* window) { return false; }
|
| +
|
| +void SimpleWM::OnWmDeactivateWindow(aura::Window* window) {}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // SimpleWM, wm::BaseFocusRules implementation:
|
|
|
|
|