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

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

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/mus/test_window_manager_client.cc ('k') | ui/aura/test/test_cursor_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_cursor_client.h
diff --git a/ui/aura/test/test_cursor_client.h b/ui/aura/test/test_cursor_client.h
index 8b4e1d999b5ecf2160c825dbef5ba275bb7198da..89aa95307479912ad53baae622fd61ccd773e8d9 100644
--- a/ui/aura/test/test_cursor_client.h
+++ b/ui/aura/test/test_cursor_client.h
@@ -36,8 +36,8 @@ class TestCursorClient : public aura::client::CursorClient {
gfx::NativeCursor GetCursor() const override;
void ShowCursor() override;
void HideCursor() override;
- void SetCursorSet(ui::CursorSetType cursor_set) override;
- ui::CursorSetType GetCursorSet() const override;
+ void SetCursorSize(ui::CursorSize cursor_size) override;
+ ui::CursorSize GetCursorSize() const override;
bool IsCursorVisible() const override;
void EnableMouseEvents() override;
void DisableMouseEvents() override;
« no previous file with comments | « ui/aura/test/mus/test_window_manager_client.cc ('k') | ui/aura/test/test_cursor_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698