Index: remoting/codec/video_encoder_verbatim.cc |
diff --git a/remoting/codec/video_encoder_verbatim.cc b/remoting/codec/video_encoder_verbatim.cc |
index 797d0acaaa2e182587d2642814e17057712b44c8..27221e03ce9e4a0ec4c7e693e12c2afbf9842008 100644 |
--- a/remoting/codec/video_encoder_verbatim.cc |
+++ b/remoting/codec/video_encoder_verbatim.cc |
@@ -26,7 +26,8 @@ VideoEncoderVerbatim::VideoEncoderVerbatim() {} |
VideoEncoderVerbatim::~VideoEncoderVerbatim() {} |
std::unique_ptr<VideoPacket> VideoEncoderVerbatim::Encode( |
- const webrtc::DesktopFrame& frame) { |
+ const webrtc::DesktopFrame& frame, |
+ uint32_t flags) { |
DCHECK(frame.data()); |
// If nothing has changed in the frame then return NULL to indicate that |