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

Unified Diff: ui/views/mus/native_widget_mus.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 | « services/navigation/view_impl.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index 348a876e659737321bf2b60224e520f58af3ceab..e2b188a4b2136585cbe60b6382c0a2dceb887ada 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -34,7 +34,7 @@ class Window;
namespace mus {
class Window;
-class WindowTreeConnection;
+class WindowTreeClient;
namespace mojom {
enum class Cursor;
enum class EventResult;
@@ -83,7 +83,7 @@ class VIEWS_MUS_EXPORT NativeWidgetMus
std::map<std::string, std::vector<uint8_t>>* properties);
// Notifies all widgets the frame constants changed in some way.
- static void NotifyFrameChanged(mus::WindowTreeConnection* connection);
+ static void NotifyFrameChanged(mus::WindowTreeClient* client);
// Returns the widget for a mus::Window, or null if there is none.
static Widget* GetWidgetForWindow(mus::Window* window);
« no previous file with comments | « services/navigation/view_impl.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698