| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index b707038ba101be19004ab52d0f04e0cecfe41c1d..ef850eb97e3b82daaa9d658716b5479bfa68f0cb 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_;
|
|
|