| Index: remoting/codec/video_decoder_vpx.h
|
| diff --git a/remoting/codec/video_decoder_vpx.h b/remoting/codec/video_decoder_vpx.h
|
| index 21a576a8f9ee594594b9f660560803553b8b3b55..ea72defc55f66a48db106f3de0343ca6977f9c72 100644
|
| --- a/remoting/codec/video_decoder_vpx.h
|
| +++ b/remoting/codec/video_decoder_vpx.h
|
| @@ -26,7 +26,6 @@ class VideoDecoderVpx : public VideoDecoder {
|
| ~VideoDecoderVpx() override;
|
|
|
| // VideoDecoder interface.
|
| - void Initialize(const webrtc::DesktopSize& source_size) override;
|
| bool DecodePacket(const VideoPacket& packet) override;
|
| void Invalidate(const webrtc::DesktopSize& view_size,
|
| const webrtc::DesktopRegion& region) override;
|
|
|