| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index 73d969b3664242e87c30da82b9b80c7c61a5781c..3f903fb10d79a9278ba6cb2787c733ec4bc76424 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -46,6 +46,7 @@ class TestPlatformDisplay : public PlatformDisplay {
|
| void SetCursor(const ui::CursorData& cursor) override {
|
| *cursor_storage_ = cursor;
|
| }
|
| + 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 {
|
|
|