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

Unified Diff: services/ui/demo/mus_demo.cc

Issue 2187103002: services/ui: Remove unused connector argument (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors Created 4 years, 5 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
« no previous file with comments | « services/navigation/view_impl.cc ('k') | services/ui/public/cpp/bitmap_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 @@ void MusDemo::OnWmNewDisplay(Window* window, const display::Display& display) {
// 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();
« no previous file with comments | « services/navigation/view_impl.cc ('k') | services/ui/public/cpp/bitmap_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698