Index: remoting/client/chromoting_client.cc |
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc |
index 4dabdd2cf30fd663e12e7901b9a1c04a7d1365f3..2d41ca70a3de5f3ff21fc4d809427d9872d86e4d 100644 |
--- a/remoting/client/chromoting_client.cc |
+++ b/remoting/client/chromoting_client.cc |
@@ -112,6 +112,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()); |