| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index 5b7daba3a74cd22e249ec1f4cab82fa705e12176..d86c955afabf38d031baef680f27a9c82313dba4 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -383,13 +383,13 @@ void ClientSession::OnConnectionClosed(
|
| event_handler_->OnSessionClosed(this);
|
| }
|
|
|
| -void ClientSession::OnSequenceNumberUpdated(
|
| - protocol::ConnectionToClient* connection, int64 sequence_number) {
|
| +void ClientSession::OnEventTimestamp(protocol::ConnectionToClient* connection,
|
| + int64 timestamp) {
|
| DCHECK(CalledOnValidThread());
|
| DCHECK_EQ(connection_.get(), connection);
|
|
|
| if (video_scheduler_.get())
|
| - video_scheduler_->UpdateSequenceNumber(sequence_number);
|
| + video_scheduler_->SetLatestEventTimestamp(timestamp);
|
| }
|
|
|
| void ClientSession::OnRouteChange(
|
|
|