| 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..44ec05ff363d011d47733632dd903c26b2be69fb 100644
|
| --- a/services/ui/ws/platform_display.h
|
| +++ b/services/ui/ws/platform_display.h
|
| @@ -18,6 +18,7 @@
|
|
|
| namespace ui {
|
|
|
| +enum class CursorSet;
|
| 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 SetCursorSet(const ui::CursorSet& cursor_set_type) = 0;
|
| +
|
| virtual void UpdateTextInputState(const ui::TextInputState& state) = 0;
|
| virtual void SetImeVisibility(bool visible) = 0;
|
|
|
|
|