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

Unified Diff: services/ui/ws/platform_display_default.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: services/ui/ws/platform_display_default.h
diff --git a/services/ui/ws/platform_display_default.h b/services/ui/ws/platform_display_default.h
index 5f942b19f973c61807a6d5b7053a3196bfe136ef..2f19942d6be73b97297292afc87dbf394e847747 100644
--- a/services/ui/ws/platform_display_default.h
+++ b/services/ui/ws/platform_display_default.h
@@ -45,6 +45,7 @@ class PlatformDisplayDefault : public PlatformDisplay,
void ReleaseCapture() override;
void SetCursor(const ui::CursorData& cursor) override;
void MoveCursorTo(const gfx::Point& window_pixel_location) override;
+ void SetCursorSet(const ui::CursorSet& cursor_set_type) override;
void UpdateTextInputState(const ui::TextInputState& state) override;
void SetImeVisibility(bool visible) override;
void UpdateViewportMetrics(const display::ViewportMetrics& metrics) override;

Powered by Google App Engine
This is Rietveld 408576698