| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index 504005368b1cefa4f4a13b1b414edf93cb2e2f66..0a9649788e34616f782f2c1a2228aea7c2aa821f 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -48,6 +48,7 @@ class TestPlatformDisplay : public PlatformDisplay {
|
| void SetCursor(const ui::CursorData& cursor) override {
|
| *cursor_storage_ = cursor;
|
| }
|
| + void SetCursorSize(const ui::CursorSize& cursor_size) override {}
|
| void MoveCursorTo(const gfx::Point& window_pixel_location) override {}
|
| void UpdateTextInputState(const ui::TextInputState& state) override {}
|
| void SetImeVisibility(bool visible) override {}
|
|
|