diff options
Diffstat (limited to 'remoting/client/chromoting_client.cc')
-rw-r--r-- | remoting/client/chromoting_client.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc index 10a15c9..a28b887 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()); |