| Index: services/ui/ws/test_server_window_delegate.h
|
| diff --git a/services/ui/ws/test_server_window_delegate.h b/services/ui/ws/test_server_window_delegate.h
|
| index 8feecc3dc79d478b531bdacabab7dca853ed321c..8d63b62242812ea25f791afbe3de47e7467718bf 100644
|
| --- a/services/ui/ws/test_server_window_delegate.h
|
| +++ b/services/ui/ws/test_server_window_delegate.h
|
| @@ -6,9 +6,14 @@
|
| #define SERVICES_UI_WS_TEST_SERVER_WINDOW_DELEGATE_H_
|
|
|
| #include "base/macros.h"
|
| -#include "services/ui/surfaces/display_compositor.h"
|
| #include "services/ui/ws/server_window_delegate.h"
|
|
|
| +namespace cc {
|
| +namespace mojom {
|
| +class DisplayCompositor;
|
| +}
|
| +}
|
| +
|
| namespace ui {
|
|
|
| namespace ws {
|
| @@ -28,7 +33,6 @@ class TestServerWindowDelegate : public ServerWindowDelegate {
|
| ServerWindow* GetRootWindow(const ServerWindow* window) override;
|
|
|
| ServerWindow* root_window_;
|
| - std::unique_ptr<ui::DisplayCompositor> display_compositor_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestServerWindowDelegate);
|
| };
|
|
|