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

Unified Diff: ui/views/mus/window_manager_connection.h

Issue 1645503004: [exp] ash: sysui for mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ash-in-mus
Patch Set: . Created 4 years, 10 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 | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.h
diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
index 610cbf50c3151501140649e8fd150c421c106273..b55f9310b6ea871faf4edcf81731b853798f0c10 100644
--- a/ui/views/mus/window_manager_connection.h
+++ b/ui/views/mus/window_manager_connection.h
@@ -45,6 +45,9 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
mus::Window* NewWindow(const std::map<std::string,
std::vector<uint8_t>>& properties);
+ NativeWidget* CreateNativeWidgetMus(const Widget::InitParams& init_params,
+ internal::NativeWidgetDelegate* delegate);
+
private:
explicit WindowManagerConnection(mojo::ApplicationImpl* app);
~WindowManagerConnection() override;
@@ -56,9 +59,6 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
// ScreenMusDelegate:
void OnWindowManagerFrameValuesChanged() override;
- NativeWidget* CreateNativeWidget(const Widget::InitParams& init_params,
- internal::NativeWidgetDelegate* delegate);
-
mojo::ApplicationImpl* app_;
scoped_ptr<ScreenMus> screen_;
scoped_ptr<mus::WindowTreeConnection> window_tree_connection_;
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698