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

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

Issue 2495423005: Enables passing initial properties to top level window creation (Closed)
Patch Set: cleanup Created 4 years, 1 month 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
Index: ui/views/mus/desktop_window_tree_host_mus.h
diff --git a/ui/views/mus/desktop_window_tree_host_mus.h b/ui/views/mus/desktop_window_tree_host_mus.h
index f783c76fc1f72f765d48e5495493905a26075e79..38c9ebb4f860722cc0b12146d9cf314d8596f9b2 100644
--- a/ui/views/mus/desktop_window_tree_host_mus.h
+++ b/ui/views/mus/desktop_window_tree_host_mus.h
@@ -13,6 +13,7 @@
#include "ui/aura/mus/window_tree_host_mus.h"
#include "ui/views/mus/mus_export.h"
#include "ui/views/widget/desktop_aura/desktop_window_tree_host.h"
+#include "ui/views/widget/widget.h"
namespace views {
@@ -23,7 +24,8 @@ class VIEWS_MUS_EXPORT DesktopWindowTreeHostMus
public:
DesktopWindowTreeHostMus(
internal::NativeWidgetDelegate* native_widget_delegate,
- DesktopNativeWidgetAura* desktop_native_widget_aura);
+ DesktopNativeWidgetAura* desktop_native_widget_aura,
+ const Widget::InitParams& init_params);
~DesktopWindowTreeHostMus() override;
private:

Powered by Google App Engine
This is Rietveld 408576698