Chromium Code Reviews| Index: services/ui/demo/mus_demo_external.h |
| diff --git a/services/ui/demo/mus_demo_external.h b/services/ui/demo/mus_demo_external.h |
| index 66cdbadfb9e03f53553750f0985c27db5c2ddaee..2ee0c0c16d21a993010f6cf5bfb767a957475fb8 100644 |
| --- a/services/ui/demo/mus_demo_external.h |
| +++ b/services/ui/demo/mus_demo_external.h |
| @@ -27,13 +27,12 @@ class MusDemoExternal : public MusDemo { |
| // ui::demo::MusDemo: |
| void OnStartImpl() final; |
| std::unique_ptr<aura::WindowTreeClient> CreateWindowTreeClient() final; |
| + bool HasPendingWindowTreeData() const final; |
|
fwang
2017/03/07 09:21:25
Not needed (see above).
tonikitoo
2017/03/07 14:00:49
Done.
|
| // aura::WindowTreeClientDelegate: |
| void OnEmbed(std::unique_ptr<aura::WindowTreeHostMus> window_tree_host) final; |
| void OnEmbedRootDestroyed(aura::WindowTreeHostMus* window_tree_host) final; |
| - mojom::WindowTreeHostFactoryPtr window_tree_host_factory_; |
| - mojom::WindowTreeClientPtr window_tree_client_mojo_; |
| size_t initialized_windows_count_ = 0; |
| size_t number_of_windows_ = 1; |