| Index: ui/views/mus/test_utils.h
|
| diff --git a/ui/views/mus/test_utils.h b/ui/views/mus/test_utils.h
|
| index 45ba03fbee5469c0b32cc2155ef3f9783be81168..6bcb68d42b16c440a329ea8ab99e49732424422a 100644
|
| --- a/ui/views/mus/test_utils.h
|
| +++ b/ui/views/mus/test_utils.h
|
| @@ -16,6 +16,10 @@ class WindowManagerConnectionTestApi {
|
| : connection_(connection) {}
|
| ~WindowManagerConnectionTestApi() {}
|
|
|
| + ui::Window* GetUiWindowAtScreenPoint(const gfx::Point& point) {
|
| + return connection_->GetUiWindowAtScreenPoint(point);
|
| + }
|
| +
|
| ScreenMus* screen() { return connection_->screen_.get(); }
|
|
|
| private:
|
|
|