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

Unified Diff: ash/mus/bridge/shell_port_mash.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: ash/mus/bridge/shell_port_mash.h
diff --git a/ash/mus/bridge/shell_port_mash.h b/ash/mus/bridge/shell_port_mash.h
index 4878c260c6afb61ed09c80017f747d40ccb9c38f..bbc12686aecd0b58ef65305cd798627baae217d3 100644
--- a/ash/mus/bridge/shell_port_mash.h
+++ b/ash/mus/bridge/shell_port_mash.h
@@ -64,6 +64,7 @@ class ShellPortMash : public ShellPort {
void UnlockCursor() override;
void ShowCursor() override;
void HideCursor() override;
+ void SetCursorSet(ui::CursorSet cursor_set) override;
void SetGlobalOverrideCursor(base::Optional<ui::CursorData> cursor) override;
bool IsMouseEventsEnabled() override;
void RecordGestureAction(GestureActionType action) override;

Powered by Google App Engine
This is Rietveld 408576698