Index: remoting/protocol/client_control_dispatcher.h |
diff --git a/remoting/protocol/client_control_dispatcher.h b/remoting/protocol/client_control_dispatcher.h |
index e60a1706bbdedecfa488efab0bbeb82e3f520567..1cdc3f926cb312b414c71fd10846f1051ef796d8 100644 |
--- a/remoting/protocol/client_control_dispatcher.h |
+++ b/remoting/protocol/client_control_dispatcher.h |
@@ -9,6 +9,7 @@ |
#include "remoting/protocol/buffered_socket_writer.h" |
#include "remoting/protocol/channel_dispatcher_base.h" |
#include "remoting/protocol/clipboard_stub.h" |
+#include "remoting/protocol/cursor_shape_stub.h" |
#include "remoting/protocol/host_stub.h" |
#include "remoting/protocol/message_reader.h" |
@@ -20,8 +21,8 @@ class ControlMessage; |
class Session; |
// ClientControlDispatcher dispatches incoming messages on the control |
-// channel to ClientStub or ClipboardStub, and also implements ClipboardStub |
-// and HostStub for outgoing messages. |
+// channel to ClientStub, ClipboardStub or CursorShapeStub. |
+// It also implements ClipboardStub and HostStub for outgoing messages. |
class ClientControlDispatcher : public ChannelDispatcherBase, |
public ClipboardStub, |
public HostStub { |