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

Unified Diff: services/ui/ws/platform_display.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 | « services/ui/ws/display.cc ('k') | services/ui/ws/platform_display_default.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display.h
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
index a33f6383cc5b9bb11796485f334ac9c730d74de6..fb567d733458e13f6c87e8c7b7ece173f0c65f42 100644
--- a/services/ui/ws/platform_display.h
+++ b/services/ui/ws/platform_display.h
@@ -18,6 +18,7 @@
namespace ui {
+enum class CursorSize;
struct TextInputState;
namespace ws {
@@ -50,6 +51,8 @@ class PlatformDisplay : public ui::EventSource {
virtual void MoveCursorTo(const gfx::Point& window_pixel_location) = 0;
+ virtual void SetCursorSize(const ui::CursorSize& cursor_size) = 0;
+
virtual void UpdateTextInputState(const ui::TextInputState& state) = 0;
virtual void SetImeVisibility(bool visible) = 0;
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/platform_display_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698