| Index: remoting/codec/video_decoder_verbatim.h
|
| diff --git a/remoting/codec/video_decoder_verbatim.h b/remoting/codec/video_decoder_verbatim.h
|
| index 6a9ba40b2597df19f07532be4d70ffabcd88c36a..ce3aef82e37d330ed8f13b9e48ab586088a0fae0 100644
|
| --- a/remoting/codec/video_decoder_verbatim.h
|
| +++ b/remoting/codec/video_decoder_verbatim.h
|
| @@ -23,7 +23,6 @@ class VideoDecoderVerbatim : public VideoDecoder {
|
| VideoDecoderVerbatim();
|
|
|
| // VideoDecoder implementation.
|
| - void Initialize(const webrtc::DesktopSize& screen_size) override;
|
| bool DecodePacket(const VideoPacket& packet) override;
|
| void Invalidate(const webrtc::DesktopSize& view_size,
|
| const webrtc::DesktopRegion& region) override;
|
|
|