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

Unified Diff: mash/wm/frame/non_client_frame_view_mash.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/bridge/wm_window_mus.cc ('k') | mash/wm/frame/non_client_frame_view_mash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/frame/non_client_frame_view_mash.h
diff --git a/mash/wm/frame/non_client_frame_view_mash.h b/mash/wm/frame/non_client_frame_view_mash.h
index a8c2f805586cdc114b42be96162da2ba166dfc84..6c6c0b1e5bfad0d4abb854113322624e53761142 100644
--- a/mash/wm/frame/non_client_frame_view_mash.h
+++ b/mash/wm/frame/non_client_frame_view_mash.h
@@ -7,7 +7,7 @@
#include "base/macros.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 "third_party/skia/include/core/SkColor.h"
#include "ui/compositor/paint_cache.h"
#include "ui/views/window/non_client_view.h"
@@ -31,7 +31,7 @@ class FrameCaptionButtonContainerView;
class NonClientFrameViewMash : public views::NonClientFrameView,
public mus::WindowObserver,
- public mus::WindowTreeConnectionObserver {
+ public mus::WindowTreeClientObserver {
public:
// Internal class name.
static const char kViewClassName[];
@@ -89,7 +89,7 @@ class NonClientFrameViewMash : public views::NonClientFrameView,
void RemoveObservers();
- // mus::WindowTreeConnectionObserver:
+ // mus::WindowTreeClientObserver:
void OnWindowTreeFocusChanged(mus::Window* gained_focus,
mus::Window* lost_focus) override;
« no previous file with comments | « mash/wm/bridge/wm_window_mus.cc ('k') | mash/wm/frame/non_client_frame_view_mash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698