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( |