| Index: components/mus/ws/test_utils.h
|
| diff --git a/components/mus/ws/test_utils.h b/components/mus/ws/test_utils.h
|
| index f764f950c37ddab2e8525a07da3fac705699c1ca..da458521b6c5718517564dea85a325496fdcb79c 100644
|
| --- a/components/mus/ws/test_utils.h
|
| +++ b/components/mus/ws/test_utils.h
|
| @@ -111,10 +111,11 @@ class EventDispatcherTestApi {
|
|
|
| bool AreAnyPointersDown() const { return ed_->AreAnyPointersDown(); }
|
| bool is_mouse_button_down() const { return ed_->mouse_button_down_; }
|
| - bool IsObservingWindow(ServerWindow* window) {
|
| - return ed_->IsObservingWindow(window);
|
| - }
|
| + bool IsWindowPointerTarget(const ServerWindow* window) const;
|
| int NumberPointerTargetsForWindow(ServerWindow* window);
|
| + ServerWindow* GetActiveSystemModalWindow() const {
|
| + return ed_->modal_window_controller_.GetActiveSystemModalWindow();
|
| + }
|
|
|
| private:
|
| EventDispatcher* ed_;
|
|
|