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

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

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: Remove old cursor.h includes. 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
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..c64c926c89fc6d228b37a707ea5cf7ce8b6a070e 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 SetCursorSet(ui::CursorSet cursor_set) override;
+ ui::CursorSet GetCursorSet() const override;
bool IsCursorVisible() const override;
void EnableMouseEvents() override;
void DisableMouseEvents() override;

Powered by Google App Engine
This is Rietveld 408576698