| Index: remoting/client/chromoting_client.cc
|
| diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
|
| index a5f71ae43c7cb9e09007340e31466a361046a899..77be87ed2742377904f126bc97ba8ad6c1bdc839 100644
|
| --- a/remoting/client/chromoting_client.cc
|
| +++ b/remoting/client/chromoting_client.cc
|
| @@ -103,11 +103,6 @@ ChromotingStats* ChromotingClient::GetStats() {
|
| return &stats_;
|
| }
|
|
|
| -void ChromotingClient::Repaint() {
|
| - DCHECK(message_loop()->BelongsToCurrentThread());
|
| - view_->Paint();
|
| -}
|
| -
|
| void ChromotingClient::ProcessVideoPacket(const VideoPacket* packet,
|
| const base::Closure& done) {
|
| DCHECK(message_loop()->BelongsToCurrentThread());
|
|
|