| Index: services/ui/demo/mus_demo.cc
|
| diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
|
| index 411f8a092e053321a14b3175dbaad35d2d7ebc7c..89b601e034eb74f060cbdab7a9c96437cd90e7cc 100644
|
| --- a/services/ui/demo/mus_demo.cc
|
| +++ b/services/ui/demo/mus_demo.cc
|
| @@ -115,7 +115,7 @@
|
|
|
| // Initialize bitmap uploader for sending frames to MUS.
|
| uploader_.reset(new ui::BitmapUploader(window_));
|
| - uploader_->Init(connector());
|
| + uploader_->Init();
|
|
|
| // Draw initial frame and start the timer to regularly draw frames.
|
| DrawFrame();
|
|
|