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

Unified Diff: components/mus/example/common/mus_views_init.h

Issue 1407073002: Adds GetDisplays() to WindowManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 5 years, 2 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 | « components/mus/example/common/BUILD.gn ('k') | components/mus/example/common/mus_views_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/common/mus_views_init.h
diff --git a/components/mus/example/common/mus_views_init.h b/components/mus/example/common/mus_views_init.h
index 355b25a85497bf9e922d1e6b91a439eebfb5055a..cc20fd88f7a30d9058b1170465216ec9e6beff6e 100644
--- a/components/mus/example/common/mus_views_init.h
+++ b/components/mus/example/common/mus_views_init.h
@@ -7,6 +7,7 @@
#include "base/memory/scoped_ptr.h"
#include "components/mus/public/cpp/view_tree_delegate.h"
+#include "ui/views/mus/aura_init.h"
#include "ui/views/views_delegate.h"
namespace mojo {
@@ -42,7 +43,7 @@ class MUSViewsInit : public views::ViewsDelegate, public mus::ViewTreeDelegate {
mojo::ApplicationImpl* app_;
- scoped_ptr<views::AuraInit> aura_init_;
+ views::AuraInit aura_init_;
DISALLOW_COPY_AND_ASSIGN(MUSViewsInit);
};
« no previous file with comments | « components/mus/example/common/BUILD.gn ('k') | components/mus/example/common/mus_views_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698