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

Unified Diff: ash/shell_port.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/shell_port.h
diff --git a/ash/shell_port.h b/ash/shell_port.h
index a2844bead1531223a0a3486c5ed8d8bfe8a3fc77..8250a8eaf467948b13da0426d18ea6bdb379ed3c 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -33,6 +33,10 @@ namespace gfx {
class Point;
}
+namespace ui {
+enum class CursorSet;
+}
+
namespace views {
class PointerWatcher;
enum class PointerWatcherEventTypes;
@@ -102,6 +106,7 @@ class ASH_EXPORT ShellPort {
virtual void UnlockCursor() = 0;
virtual void ShowCursor() = 0;
virtual void HideCursor() = 0;
+ virtual void SetCursorSet(ui::CursorSet cursor_set) = 0;
virtual void SetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) = 0;
virtual bool IsMouseEventsEnabled() = 0;

Powered by Google App Engine
This is Rietveld 408576698