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

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

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize Created 3 years, 6 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 | « ui/aura/test/test_cursor_client.h ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72f3a05697559b4de0116464c610e177cff503dc..56f8fe02a91bdd130cd4a438a8d267988a67c780 100644
--- a/ui/aura/test/test_cursor_client.cc
+++ b/ui/aura/test/test_cursor_client.cc
@@ -44,11 +44,10 @@ void TestCursorClient::HideCursor() {
observer.OnCursorVisibilityChanged(false);
}
-void TestCursorClient::SetCursorSet(ui::CursorSetType cursor_set) {
-}
+void TestCursorClient::SetCursorSize(ui::CursorSize cursor_size) {}
-ui::CursorSetType TestCursorClient::GetCursorSet() const {
- return ui::CURSOR_SET_NORMAL;
+ui::CursorSize TestCursorClient::GetCursorSize() const {
+ return ui::CursorSize::kNormal;
}
bool TestCursorClient::IsCursorVisible() const {
« no previous file with comments | « ui/aura/test/test_cursor_client.h ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698