| 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..251aac54a56d7ac07bad0effe23ad2be545670ba 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 {}
|
|
|
| private:
|
| const int64_t id_;
|
|
|