| Index: services/ui/ws/display_unittest.cc
|
| diff --git a/services/ui/ws/display_unittest.cc b/services/ui/ws/display_unittest.cc
|
| index 8a832269a63d3828dcbd5abdb1673d86fbcba2c8..eb16dd89f029e2fe2723a8c864e7dfcbf2054fc9 100644
|
| --- a/services/ui/ws/display_unittest.cc
|
| +++ b/services/ui/ws/display_unittest.cc
|
| @@ -25,6 +25,7 @@
|
| #include "services/ui/ws/window_tree.h"
|
| #include "services/ui/ws/window_tree_binding.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/base/cursor/cursor.h"
|
| #include "ui/display/display.h"
|
| #include "ui/events/event.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -103,6 +104,7 @@ class DisplayTest : public testing::Test {
|
| return ws_test_helper_.window_server_delegate();
|
| }
|
| TestScreenManager& screen_manager() { return screen_manager_; }
|
| + const ui::CursorData& cursor() { return ws_test_helper_.cursor(); }
|
|
|
| protected:
|
| // testing::Test:
|
|
|