| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index d5f17bb6720faa1c59a2d55de09b4218a126b5da..979b03d59112c588e05292ed54bacfad956f2ae1 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -41,9 +41,7 @@ class TestPlatformDisplay : public PlatformDisplay {
|
| ~TestPlatformDisplay() override {}
|
|
|
| // PlatformDisplay:
|
| - void Init(PlatformDisplayDelegate* delegate) override {
|
| - delegate->CreateRootWindow(display_metrics_.bounds.size());
|
| - }
|
| + void Init(PlatformDisplayDelegate* delegate) override {}
|
| int64_t GetId() const override { return id_; }
|
| void SchedulePaint(const ServerWindow* window,
|
| const gfx::Rect& bounds) override {}
|
|
|