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

Unified Diff: services/ui/demo/mus_demo_internal.h

Issue 2622103004: Mus Demo: Demonstrate external window mode (Closed)
Patch Set: Address kylechar's feedback Created 3 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
Index: services/ui/demo/mus_demo_internal.h
diff --git a/services/ui/demo/mus_demo_internal.h b/services/ui/demo/mus_demo_internal.h
index c486c16f096bf8bb6630441bc2e5205562c5e6be..d5f873974d570a36dd887af5cbe1d29b4e1c379d 100644
--- a/services/ui/demo/mus_demo_internal.h
+++ b/services/ui/demo/mus_demo_internal.h
@@ -23,8 +23,9 @@ class MusDemoInternal : public MusDemo, public aura::WindowManagerDelegate {
~MusDemoInternal() final;
private:
- void OnStartImpl(std::unique_ptr<aura::WindowTreeClient>& window_tree_client,
- std::unique_ptr<WindowTreeData>& window_tree_data) final;
+ // ui::demo::MusDemo:
+ void OnStartImpl(std::unique_ptr<aura::WindowTreeClient>* window_tree_client,
+ std::unique_ptr<WindowTreeData>* window_tree_data) final;
// aura::WindowManagerDelegate:
void SetWindowManagerClient(aura::WindowManagerClient* client) final;

Powered by Google App Engine
This is Rietveld 408576698