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

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

Issue 2257693002: services/ui: Use a gpu::GpuChannelHost when creating ui::OutputSurface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mus-demo Created 4 years, 4 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
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();

Powered by Google App Engine
This is Rietveld 408576698