| Index: remoting/host/video_frame_pump.cc
|
| diff --git a/remoting/host/video_frame_pump.cc b/remoting/host/video_frame_pump.cc
|
| index 505994f81357192053bf74d353f84256a00b7552..e0c22990a9e80b82e06e96fe8d5a629edac94270 100644
|
| --- a/remoting/host/video_frame_pump.cc
|
| +++ b/remoting/host/video_frame_pump.cc
|
| @@ -137,8 +137,7 @@ void VideoFramePump::SendEncodedFrame(int64 latest_event_timestamp,
|
|
|
| packet->set_latest_event_timestamp(latest_event_timestamp);
|
|
|
| - capture_scheduler_.OnFrameEncoded(
|
| - base::TimeDelta::FromMilliseconds(packet->encode_time_ms()));
|
| + capture_scheduler_.OnFrameEncoded(packet.get());
|
|
|
| video_stub_->ProcessVideoPacket(packet.Pass(),
|
| base::Bind(&VideoFramePump::OnVideoPacketSent,
|
|
|