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

Unified Diff: remoting/host/chromoting_host.h

Issue 10870071: Renamed Encoder -> VideoEncoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: remoting/host/chromoting_host.h
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
index 489334729b065768a42abe4b10c0b3870c750e18..793ccce4bdb0c9009b8c971214093f3d6beaba5b 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -164,7 +164,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
};
// Creates encoder for the specified configuration.
- static Encoder* CreateEncoder(const protocol::SessionConfig& config);
+ static VideoEncoder* CreateEncoder(const protocol::SessionConfig& config);
simonmorris 2012/08/24 16:19:29 CreateEncoder -> CreateVideoEncoder
kxing 2012/08/24 16:28:04 Done.
// Creates an audio encoder for the specified configuration.
static scoped_ptr<AudioEncoder> CreateAudioEncoder(

Powered by Google App Engine
This is Rietveld 408576698