| Index: remoting/codec/video_decoder_verbatim.h
|
| diff --git a/remoting/codec/video_decoder_verbatim.h b/remoting/codec/video_decoder_verbatim.h
|
| index 2ccf7c53d9837561d80bc427473620ed2ff2a70c..77df2f97dacbec372b38d218ece62aaaca2f7f64 100644
|
| --- a/remoting/codec/video_decoder_verbatim.h
|
| +++ b/remoting/codec/video_decoder_verbatim.h
|
| @@ -24,6 +24,7 @@ class VideoDecoderVerbatim : public VideoDecoder {
|
| ~VideoDecoderVerbatim() override;
|
|
|
| // VideoDecoder implementation.
|
| + void SetPixelFormat(PixelFormat pixel_format) override;
|
| bool DecodePacket(const VideoPacket& packet,
|
| webrtc::DesktopFrame* frame) override;
|
|
|
|
|