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(); |