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

Unified Diff: remoting/host/simple_host_process.cc

Issue 10795053: Remove EventExecutor dependency on VideoFrameCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment. Created 8 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 | « remoting/host/event_executor_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/simple_host_process.cc
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
index 7c2a8d021eb4bc044e888a728d50e0c5634b5532..a181f7b56e6ef57a331295427b209b00d080ed1c 100644
--- a/remoting/host/simple_host_process.cc
+++ b/remoting/host/simple_host_process.cc
@@ -228,7 +228,7 @@ class SimpleHost : public HeartbeatSender::Listener {
scoped_ptr<VideoFrameCapturer> capturer(new VideoFrameCapturerFake());
scoped_ptr<EventExecutor> event_executor = EventExecutor::Create(
context_.desktop_task_runner(),
- context_.ui_task_runner(), capturer.get());
+ context_.ui_task_runner());
scoped_ptr<AudioCapturer> audio_capturer(NULL);
desktop_environment_ = DesktopEnvironment::CreateFake(
&context_,
« no previous file with comments | « remoting/host/event_executor_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698