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 4ff7cf76acade641f34c772ff0f5c19da7230b98..22aa2615116908bc7555c50b8c8ffb1a42324d5c 100644 |
--- a/ash/test/cursor_manager_test_api.cc |
+++ b/ash/test/cursor_manager_test_api.cc |
@@ -31,16 +31,9 @@ |
return cursor_manager_->GetCursor(); |
} |
-gfx::Display::Rotation |
-CursorManagerTestApi::GetCurrentCursorRotation() const { |
+gfx::Display CursorManagerTestApi::GetDisplay() const { |
return ShellTestApi(Shell::GetInstance()).ash_native_cursor_manager()-> |
- image_cursors_->GetRotation(); |
-} |
- |
-float |
-CursorManagerTestApi::GetCurrentCursorScale() const { |
- return ShellTestApi(Shell::GetInstance()).ash_native_cursor_manager()-> |
- image_cursors_->GetScale(); |
+ image_cursors_->GetDisplay(); |
} |
} // namespace test |