| Index: remoting/codec/video_encoder_vpx.h
|
| diff --git a/remoting/codec/video_encoder_vpx.h b/remoting/codec/video_encoder_vpx.h
|
| index 2e76532f4148fe7ac5289b71f9843b6f8701403a..f847bb5d4f2246413c940c7d4bcf9173b85f89f7 100644
|
| --- a/remoting/codec/video_encoder_vpx.h
|
| +++ b/remoting/codec/video_encoder_vpx.h
|
| @@ -18,10 +18,9 @@ class DesktopSize;
|
|
|
| namespace remoting {
|
|
|
| -// A class that uses VP8 to perform encoding.
|
| class VideoEncoderVpx : public VideoEncoder {
|
| public:
|
| - // Creates a encoder for VP8.
|
| + // Create encoder for the specified protocol.
|
| static scoped_ptr<VideoEncoderVpx> CreateForVP8();
|
|
|
| virtual ~VideoEncoderVpx();
|
|
|