| Index: remoting/codec/video_encoder_verbatim.cc
|
| diff --git a/remoting/codec/video_encoder_verbatim.cc b/remoting/codec/video_encoder_verbatim.cc
|
| index 9da4850ad602ab16784248dc556d802d891fdccc..3fde7b1e1d4e43eb68dbd8d2ea9b5f388fd90012 100644
|
| --- a/remoting/codec/video_encoder_verbatim.cc
|
| +++ b/remoting/codec/video_encoder_verbatim.cc
|
| @@ -26,7 +26,8 @@ VideoEncoderVerbatim::VideoEncoderVerbatim() {}
|
| VideoEncoderVerbatim::~VideoEncoderVerbatim() {}
|
|
|
| scoped_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
|
|
|