| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 0a8c697710bbfbce875e2318714101edda1ab0ff..32778ac71873f93c08f978bbd1087e853c3a029d 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -279,18 +279,13 @@ class TestPlatformDisplayFactory : public PlatformDisplayFactory {
|
| // A stub implementation of FrameGeneratorDelegate.
|
| class TestFrameGeneratorDelegate : public FrameGeneratorDelegate {
|
| public:
|
| - explicit TestFrameGeneratorDelegate(std::unique_ptr<ServerWindow> root);
|
| + TestFrameGeneratorDelegate();
|
| ~TestFrameGeneratorDelegate() override;
|
|
|
| // FrameGeneratorDelegate:
|
| - ServerWindow* GetRootWindow() override;
|
| bool IsInHighContrastMode() override;
|
| - const display::ViewportMetrics& GetViewportMetrics() const override;
|
|
|
| private:
|
| - std::unique_ptr<ServerWindow> root_;
|
| - display::ViewportMetrics metrics_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(TestFrameGeneratorDelegate);
|
| };
|
|
|
|
|