| Index: components/mus/ws/test_utils.h
|
| diff --git a/components/mus/ws/test_utils.h b/components/mus/ws/test_utils.h
|
| index 9918185feb70b5eedb521c776d7495118501ebe1..0733795bd532ea0fe660e569311291df000aa851 100644
|
| --- a/components/mus/ws/test_utils.h
|
| +++ b/components/mus/ws/test_utils.h
|
| @@ -106,9 +106,7 @@ 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);
|
|
|
| private:
|
|
|