| Index: services/ui/demo/mus_demo.cc
|
| diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
|
| index 0a4c41564d64db5f46f4112b69b773bc63f3c309..c873118b0ed7890d62913f2f0c316c975541062b 100644
|
| --- a/services/ui/demo/mus_demo.cc
|
| +++ b/services/ui/demo/mus_demo.cc
|
| @@ -117,7 +117,6 @@ void MusDemo::OnWmNewDisplay(Window* window, const display::Display& display) {
|
|
|
| // Initialize bitmap uploader for sending frames to MUS.
|
| uploader_.reset(new ui::BitmapUploader(window_, gpu_service_.get()));
|
| - uploader_->Init();
|
|
|
| // Draw initial frame and start the timer to regularly draw frames.
|
| DrawFrame();
|
|
|