| Index: remoting/codec/video_decoder_vpx.h
|
| diff --git a/remoting/codec/video_decoder_vpx.h b/remoting/codec/video_decoder_vpx.h
|
| index 800c873b91877b93d590b7d94f4f9a6477eb9f31..3f2fcfb50c358bea2cf7715c19e8f80edb22092d 100644
|
| --- a/remoting/codec/video_decoder_vpx.h
|
| +++ b/remoting/codec/video_decoder_vpx.h
|
| @@ -18,8 +18,9 @@ namespace remoting {
|
|
|
| class VideoDecoderVpx : public VideoDecoder {
|
| public:
|
| - // Creates a decoder for VP8.
|
| + // Create decoders for the specified protocol.
|
| static scoped_ptr<VideoDecoderVpx> CreateForVP8();
|
| + static scoped_ptr<VideoDecoderVpx> CreateForVP9();
|
|
|
| virtual ~VideoDecoderVpx();
|
|
|
|
|