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

Unified Diff: mash/wm/user_window_controller_impl.h

Issue 2018823002: Eliminate WindowTreeConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@connection
Patch Set: . Created 4 years, 7 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 | « mash/wm/test/wm_test_helper.cc ('k') | mash/wm/user_window_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/user_window_controller_impl.h
diff --git a/mash/wm/user_window_controller_impl.h b/mash/wm/user_window_controller_impl.h
index 05db10a5f927d408d7bf4bd435ca95089874198f..459f0c8f17454b85d6688122b31573c4c5c141e1 100644
--- a/mash/wm/user_window_controller_impl.h
+++ b/mash/wm/user_window_controller_impl.h
@@ -12,7 +12,7 @@
#include "base/macros.h"
#include "components/mus/common/types.h"
#include "components/mus/public/cpp/window_observer.h"
-#include "components/mus/public/cpp/window_tree_connection_observer.h"
+#include "components/mus/public/cpp/window_tree_client_observer.h"
#include "mash/wm/public/interfaces/user_window_controller.mojom.h"
namespace mash {
@@ -23,7 +23,7 @@ class WindowPropertyObserver;
class UserWindowControllerImpl : public mojom::UserWindowController,
public mus::WindowObserver,
- public mus::WindowTreeConnectionObserver {
+ public mus::WindowTreeClientObserver {
public:
UserWindowControllerImpl();
~UserWindowControllerImpl() override;
@@ -37,7 +37,7 @@ class UserWindowControllerImpl : public mojom::UserWindowController,
private:
void AssignIdIfNecessary(mus::Window* window);
- // Removes observers from the window and connection.
+ // Removes observers from the window and client.
void RemoveObservers(mus::Window* user_container);
// Returns the window with the specified user id.
@@ -50,7 +50,7 @@ class UserWindowControllerImpl : public mojom::UserWindowController,
void OnTreeChanging(const TreeChangeParams& params) override;
void OnWindowDestroying(mus::Window* window) override;
- // mus::WindowTreeConnectionObserver:
+ // mus::WindowTreeClientObserver:
void OnWindowTreeFocusChanged(mus::Window* gained_focus,
mus::Window* lost_focus) override;
« no previous file with comments | « mash/wm/test/wm_test_helper.cc ('k') | mash/wm/user_window_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698