| Index: remoting/codec/video_encoder_vpx.h
|
| diff --git a/remoting/codec/video_encoder_vpx.h b/remoting/codec/video_encoder_vpx.h
|
| index 69da21944452c1c6da52124921dbffd302136c23..b72837ec20137e29b6060b0e515ce3c28305e7d5 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();
|
|
|
|
|