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

Unified Diff: ui/aura/test/test_cursor_client.cc

Issue 2833163002: Change ui cursor identifiers to an enum class. (Closed)
Patch Set: Remove extranious ::ui:: 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
Index: ui/aura/test/test_cursor_client.cc
diff --git a/ui/aura/test/test_cursor_client.cc b/ui/aura/test/test_cursor_client.cc
index 54b0e07631e5840b055fe36abbe162a9dbafa715..07c54c64f47c1418c1cdc82c0483148fe30a33f5 100644
--- a/ui/aura/test/test_cursor_client.cc
+++ b/ui/aura/test/test_cursor_client.cc
@@ -28,7 +28,7 @@ void TestCursorClient::SetCursor(gfx::NativeCursor cursor) {
}
gfx::NativeCursor TestCursorClient::GetCursor() const {
- return ui::kCursorNull;
+ return ui::CursorType::CURSOR_NULL;
}
void TestCursorClient::ShowCursor() {

Powered by Google App Engine
This is Rietveld 408576698