| Index: remoting/codec/video_encoder_vpx.h
|
| diff --git a/remoting/codec/video_encoder_vpx.h b/remoting/codec/video_encoder_vpx.h
|
| index f847bb5d4f2246413c940c7d4bcf9173b85f89f7..286745f855bd250b9f86890b667258013a2e7c9c 100644
|
| --- a/remoting/codec/video_encoder_vpx.h
|
| +++ b/remoting/codec/video_encoder_vpx.h
|
| @@ -22,6 +22,7 @@ class VideoEncoderVpx : public VideoEncoder {
|
| public:
|
| // Create encoder for the specified protocol.
|
| static scoped_ptr<VideoEncoderVpx> CreateForVP8();
|
| + static scoped_ptr<VideoEncoderVpx> CreateForVP9();
|
|
|
| virtual ~VideoEncoderVpx();
|
|
|
|
|