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

Unified Diff: components/mus/ws/window_tree_binding.h

Issue 2072343002: Changes how window manager obtains WindowTree from mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include Created 4 years, 6 months 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
« no previous file with comments | « components/mus/ws/window_tree.cc ('k') | components/mus/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_binding.h
diff --git a/components/mus/ws/window_tree_binding.h b/components/mus/ws/window_tree_binding.h
index 729a8b15a3b67aaa7beefa20c1a758d0972d6267..a9472b3566c5bf9321759e284431686ef9aeb889 100644
--- a/components/mus/ws/window_tree_binding.h
+++ b/components/mus/ws/window_tree_binding.h
@@ -17,9 +17,10 @@ namespace ws {
class WindowServer;
class WindowTree;
-// WindowTreeBinding manages the binding between a WindowTree and its mojo
-// clients. WindowTreeBinding exists so that the client can be mocked for
-// tests. WindowTree owns its associated WindowTreeBinding.
+// WindowTreeBinding manages the binding between a WindowTree and its
+// WindowTreeClient. WindowTreeBinding exists so that a mock implementation
+// of WindowTreeClient can be injected for tests. WindowTree owns its
+// associated WindowTreeBinding.
class WindowTreeBinding {
public:
explicit WindowTreeBinding(mojom::WindowTreeClient* client);
« no previous file with comments | « components/mus/ws/window_tree.cc ('k') | components/mus/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698