| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index be41f182f26bc51634c409cad0b17a01876ad45c..cacaf089db3fe8e07b839b02370405af27adacb7 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -65,6 +65,7 @@ class TestPlatformDisplay : public PlatformDisplay {
|
| }
|
| void OnGpuChannelEstablished(
|
| scoped_refptr<gpu::GpuChannelHost> host) override {}
|
| + FrameGenerator* GetFrameGenerator() override { return nullptr; }
|
|
|
| private:
|
| const int64_t id_;
|
|
|