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

Unified Diff: services/ui/ws/platform_display_default.cc

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.cc
diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc
index a807396a839e082de9169b3a8338b2315db00625..7dd069aecca5ca261bef1f45ad08c16840a9a487 100644
--- a/services/ui/ws/platform_display_default.cc
+++ b/services/ui/ws/platform_display_default.cc
@@ -144,6 +144,11 @@ void PlatformDisplayDefault::MoveCursorTo(
platform_window_->MoveCursorTo(window_pixel_location);
}
+void PlatformDisplayDefault::SetCursorSet(
+ const ui::CursorSet& cursor_set_type) {
+ image_cursors_->SetCursorSet(cursor_set_type);
+}
+
void PlatformDisplayDefault::UpdateTextInputState(
const ui::TextInputState& state) {
ui::PlatformImeController* ime = platform_window_->GetPlatformImeController();

Powered by Google App Engine
This is Rietveld 408576698