| Index: components/mus/ws/focus_controller_unittest.cc
|
| diff --git a/components/mus/ws/focus_controller_unittest.cc b/components/mus/ws/focus_controller_unittest.cc
|
| index 5c97936b0513476ad1f5bf2c4ca6d8c714cc8e1a..4f6630280b0c68a750fd9204b6fa644f558035e2 100644
|
| --- a/components/mus/ws/focus_controller_unittest.cc
|
| +++ b/components/mus/ws/focus_controller_unittest.cc
|
| @@ -32,6 +32,11 @@ class TestFocusControllerDelegate : public FocusControllerDelegate {
|
|
|
| private:
|
| // FocusControllerDelegate:
|
| + bool CanHaveActiveChildren(ServerWindow* window) const override {
|
| + return true;
|
| + }
|
| + void OnActivationChanged(ServerWindow* old_active_window,
|
| + ServerWindow* new_active_window) override {}
|
| void OnFocusChanged(ServerWindow* old_focused_window,
|
| ServerWindow* new_focused_window) override {
|
| change_count_++;
|
|
|