Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: services/ui/ws/test_server_window_delegate.h

Issue 2521123004: Mus: ws/ should not depend on surfaces/ (Closed)
Patch Set: Rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « services/ui/ws/server_window_compositor_frame_sink_manager.cc ('k') | services/ui/ws/test_server_window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698