| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index 61d19322cad1653c407ee0b56d0ba205594548b2..c1e38404d7a0f24def2b25e041d5c1f935d0a018 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -55,6 +55,7 @@ class TestPlatformDisplay : public PlatformDisplay {
|
| return gfx::kNullAcceleratedWidget;
|
| }
|
| FrameGenerator* GetFrameGenerator() override { return nullptr; }
|
| + EventSink* GetEventSink() override { return nullptr; }
|
|
|
| private:
|
| display::ViewportMetrics metrics_;
|
|
|