| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index cb4d7e45d86cbcc18e698e8571dae72119076495..01857d769bff1e951325f3106243ae33cac238b9 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -63,8 +63,6 @@ class TestPlatformDisplay : public PlatformDisplay {
|
| const display::ViewportMetrics& GetViewportMetrics() const override {
|
| return display_metrics_;
|
| }
|
| - void OnGpuChannelEstablished(
|
| - scoped_refptr<gpu::GpuChannelHost> host) override {}
|
| FrameGenerator* GetFrameGenerator() override { return nullptr; }
|
|
|
| private:
|
|
|