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

Unified Diff: ash/test/mirror_window_test_api.h

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/shell.cc ('k') | ash/test/mirror_window_test_api.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.h
diff --git a/ash/test/mirror_window_test_api.h b/ash/test/mirror_window_test_api.h
index 7c8f68910215b55eaeca8c4f69fba39a37bf2d16..2812e4de5172d0f6c9c8363e6d6e4656b302a85f 100644
--- a/ash/test/mirror_window_test_api.h
+++ b/ash/test/mirror_window_test_api.h
@@ -16,6 +16,10 @@ namespace gfx {
class Point;
}
+namespace ui {
+enum class CursorType;
+}
+
namespace ash {
namespace test {
@@ -27,7 +31,7 @@ class MirrorWindowTestApi {
const aura::WindowTreeHost* GetHost() const;
- int GetCurrentCursorType() const;
+ ui::CursorType GetCurrentCursorType() const;
// Returns the position of the hot point within the cursor. This is
// unaffected by the cursor location.
« no previous file with comments | « ash/shell.cc ('k') | ash/test/mirror_window_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698