| Index: services/ui/demo/mus_demo.cc
|
| diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
|
| index 9f1279c8c678c625c74e63bca2d4151be8b714b8..ecc313fd12ed72dee0332991b11482f9c0c6ae8e 100644
|
| --- a/services/ui/demo/mus_demo.cc
|
| +++ b/services/ui/demo/mus_demo.cc
|
| @@ -63,16 +63,16 @@ MusDemo::~MusDemo() {
|
| delete window_tree_client_;
|
| }
|
|
|
| -void MusDemo::Initialize(shell::Connector* connector,
|
| - const shell::Identity& identity,
|
| - uint32_t id) {
|
| +void MusDemo::OnStart(shell::Connector* connector,
|
| + const shell::Identity& identity,
|
| + uint32_t id) {
|
| connector_ = connector;
|
| ui::GpuService::Initialize(connector_);
|
| window_tree_client_ = new ui::WindowTreeClient(this, this, nullptr);
|
| window_tree_client_->ConnectAsWindowManager(connector);
|
| }
|
|
|
| -bool MusDemo::AcceptConnection(shell::Connection* connection) {
|
| +bool MusDemo::OnConnect(shell::Connection* connection) {
|
| return true;
|
| }
|
|
|
|
|