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 ff8eeaf4cb7637e3d695d3310dcf2f50431062d5..43d6cb4669a2db9bda7ec2cbbef3738df8351ec3 100644 |
--- a/ui/views/mus/window_manager_connection.h |
+++ b/ui/views/mus/window_manager_connection.h |
@@ -48,6 +48,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::Shell* shell); |
~WindowManagerConnection() override; |
@@ -59,8 +62,6 @@ class VIEWS_MUS_EXPORT WindowManagerConnection |
// ScreenMusDelegate: |
void OnWindowManagerFrameValuesChanged() override; |
- NativeWidget* CreateNativeWidget(const Widget::InitParams& init_params, |
- internal::NativeWidgetDelegate* delegate); |
mojo::Shell* shell_; |
scoped_ptr<ScreenMus> screen_; |