Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1446)

Unified Diff: remoting/protocol/connection_to_client.cc

Issue 10382184: [Chromoting] Initial plumbing for cursor shape. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra LOGs Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/protocol/connection_to_client.cc
diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc
index d9670469138cd08c730c012ee93dec17ed1466a9..2ec33008b887bbd3828a1cd6d28a2b9c68f8b5a8 100644
--- a/remoting/protocol/connection_to_client.cc
+++ b/remoting/protocol/connection_to_client.cc
@@ -74,6 +74,11 @@ ClientStub* ConnectionToClient::client_stub() {
return control_dispatcher_.get();
}
+CursorShapeStub* ConnectionToClient::cursor_shape_stub() {
+ DCHECK(CalledOnValidThread());
+ return control_dispatcher_.get();
+}
+
void ConnectionToClient::set_clipboard_stub(
protocol::ClipboardStub* clipboard_stub) {
DCHECK(CalledOnValidThread());

Powered by Google App Engine
This is Rietveld 408576698