| 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 3e28a60f324828c786329305977b0ed5486163ff..5f942b19f973c61807a6d5b7053a3196bfe136ef 100644
|
| --- a/services/ui/ws/platform_display_default.h
|
| +++ b/services/ui/ws/platform_display_default.h
|
| @@ -44,6 +44,7 @@ class PlatformDisplayDefault : public PlatformDisplay,
|
| void SetCapture() override;
|
| void ReleaseCapture() override;
|
| void SetCursor(const ui::CursorData& cursor) override;
|
| + void MoveCursorTo(const gfx::Point& window_pixel_location) override;
|
| void UpdateTextInputState(const ui::TextInputState& state) override;
|
| void SetImeVisibility(bool visible) override;
|
| void UpdateViewportMetrics(const display::ViewportMetrics& metrics) override;
|
|
|