summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.h
diff options
context:
space:
mode:
authorkxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 19:46:47 +0000
committerkxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 19:46:47 +0000
commit92b45b8e4166386e6a975ede92db54e189993a7e (patch)
treeeb62cf90a89f1b7fe587cb982f4a4677e7370b32 /remoting/host/chromoting_host.h
parentb8be4880e1eaf31edc1c6b85682de4e13c19f016 (diff)
downloadchromium_src-92b45b8e4166386e6a975ede92db54e189993a7e.zip
chromium_src-92b45b8e4166386e6a975ede92db54e189993a7e.tar.gz
chromium_src-92b45b8e4166386e6a975ede92db54e189993a7e.tar.bz2
Renamed Encoder -> VideoEncoder.
Review URL: https://chromiumcodereview.appspot.com/10870071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r--remoting/host/chromoting_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
index 4893347..84c44ae 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -164,7 +164,8 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
};
// Creates encoder for the specified configuration.
- static Encoder* CreateEncoder(const protocol::SessionConfig& config);
+ static VideoEncoder* CreateVideoEncoder(
+ const protocol::SessionConfig& config);
// Creates an audio encoder for the specified configuration.
static scoped_ptr<AudioEncoder> CreateAudioEncoder(