summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_linux.cc
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 20:16:03 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 20:16:03 +0000
commit8450ac332a9258b181da345fbd815d8bc33df87a (patch)
treec9745e3b10548ca1b8a5a47b3ba0ecb865de4f04 /remoting/host/event_executor_linux.cc
parent6743de9e68b11873ba9f2a06598c56dcdf12fc08 (diff)
downloadchromium_src-8450ac332a9258b181da345fbd815d8bc33df87a.zip
chromium_src-8450ac332a9258b181da345fbd815d8bc33df87a.tar.gz
chromium_src-8450ac332a9258b181da345fbd815d8bc33df87a.tar.bz2
Rename Capturer to VideoFrameCapturer.
Patch contributed by Thiago Farina <tfarina@chromium.org>. BUG=104542 Review URL: https://chromiumcodereview.appspot.com/10790075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/event_executor_linux.cc')
-rw-r--r--remoting/host/event_executor_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
index 8c16fba..4e50f9fd 100644
--- a/remoting/host/event_executor_linux.cc
+++ b/remoting/host/event_executor_linux.cc
@@ -436,7 +436,7 @@ void EventExecutorLinux::OnSessionFinished() {
scoped_ptr<EventExecutor> EventExecutor::Create(
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
- Capturer* capturer) {
+ VideoFrameCapturer* capturer) {
scoped_ptr<EventExecutorLinux> executor(
new EventExecutorLinux(main_task_runner));
if (!executor->Init())