| Index: remoting/client/chromoting_client.cc
|
| diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
|
| index 10a15c9e0e6d52b80ba60498e590e5ae9db08197..a28b887b84a7b86cc3f7783a091b92e40071de0c 100644
|
| --- a/remoting/client/chromoting_client.cc
|
| +++ b/remoting/client/chromoting_client.cc
|
| @@ -106,6 +106,11 @@ void ChromotingClient::InjectClipboardEvent(
|
| view_->GetClipboardStub()->InjectClipboardEvent(event);
|
| }
|
|
|
| +void ChromotingClient::SetCursorShape(
|
| + const protocol::CursorShapeInfo& cursor_shape) {
|
| + view_->GetCursorShapeStub()->SetCursorShape(cursor_shape);
|
| +}
|
| +
|
| void ChromotingClient::ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
|
| const base::Closure& done) {
|
| DCHECK(message_loop()->BelongsToCurrentThread());
|
|
|