Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: ash/test/mirror_window_test_api.cc

Issue 2833163002: Change ui cursor identifiers to an enum class. (Closed)
Patch Set: OK, it can't be explicit for mac. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/test/mirror_window_test_api.h ('k') | ash/utility/screenshot_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/mirror_window_test_api.cc
diff --git a/ash/test/mirror_window_test_api.cc b/ash/test/mirror_window_test_api.cc
index 8a65b840a5f44af446a3b69a40b0be0b604a6373..534eecf3a5f6477d6f445c8122e44182110e1aca 100644
--- a/ash/test/mirror_window_test_api.cc
+++ b/ash/test/mirror_window_test_api.cc
@@ -23,7 +23,7 @@ const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const {
return window ? window->GetHost() : NULL;
}
-int MirrorWindowTestApi::GetCurrentCursorType() const {
+ui::CursorType MirrorWindowTestApi::GetCurrentCursorType() const {
return Shell::Get()
->window_tree_host_manager()
->cursor_window_controller()
« no previous file with comments | « ash/test/mirror_window_test_api.h ('k') | ash/utility/screenshot_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698