| Index: ash/test/cursor_manager_test_api.cc
|
| diff --git a/ash/test/cursor_manager_test_api.cc b/ash/test/cursor_manager_test_api.cc
|
| index 22aa2615116908bc7555c50b8c8ffb1a42324d5c..72a10a804a1a07300e9a8ea7da82e58939039469 100644
|
| --- a/ash/test/cursor_manager_test_api.cc
|
| +++ b/ash/test/cursor_manager_test_api.cc
|
| @@ -31,9 +31,10 @@ gfx::NativeCursor CursorManagerTestApi::GetCurrentCursor() const {
|
| return cursor_manager_->GetCursor();
|
| }
|
|
|
| -gfx::Display CursorManagerTestApi::GetDisplay() const {
|
| +gfx::Display::Rotation
|
| +CursorManagerTestApi::GetCurrentCursorRotation() const {
|
| return ShellTestApi(Shell::GetInstance()).ash_native_cursor_manager()->
|
| - image_cursors_->GetDisplay();
|
| + image_cursors_->GetRotation();
|
| }
|
|
|
| } // namespace test
|
|
|