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

Unified Diff: remoting/host/event_executor.h

Issue 10696134: remoting/host: Rename Capturer to VideoFrameCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: remoting/host/event_executor.h
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h
index dfc0ff2af3ff34728c8b178016840d72b54da3f0..76d7fb4411258d341cd5ee2e9bc78480b76dc3a9 100644
--- a/remoting/host/event_executor.h
+++ b/remoting/host/event_executor.h
@@ -16,7 +16,7 @@ class SingleThreadTaskRunner;
namespace remoting {
-class Capturer;
+class VideoFrameCapturer;
class EventExecutor : public protocol::HostEventStub {
public:
@@ -27,7 +27,7 @@ class EventExecutor : public protocol::HostEventStub {
static scoped_ptr<EventExecutor> Create(
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
- Capturer* capturer);
+ VideoFrameCapturer* capturer);
// Initialises any objects needed to execute events.
virtual void OnSessionStarted(

Powered by Google App Engine
This is Rietveld 408576698