| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index ecf714ed684335ef2ffed3e1be9d4733a97f1728..0eee5dab300ebfd2e23c947423112102f169c4a3 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -64,6 +64,7 @@ class TestPlatformDisplay : public PlatformDisplay {
|
| bool IsPrimaryDisplay() const override { return is_primary_; }
|
| void OnGpuChannelEstablished(
|
| scoped_refptr<gpu::GpuChannelHost> host) override {}
|
| + FrameGenerator* GetFrameGenerator() override { return nullptr; }
|
|
|
| private:
|
| display::ViewportMetrics display_metrics_;
|
|
|