| Index: remoting/protocol/host_control_dispatcher.h
|
| diff --git a/remoting/protocol/host_control_dispatcher.h b/remoting/protocol/host_control_dispatcher.h
|
| index 5bd7df625c15c442754caab56dbd41a598a85bb8..597eb18257736dd44041e82cba8917131728b3ec 100644
|
| --- a/remoting/protocol/host_control_dispatcher.h
|
| +++ b/remoting/protocol/host_control_dispatcher.h
|
| @@ -35,6 +35,7 @@ class HostControlDispatcher : public ChannelDispatcherBase,
|
| void SetCapabilities(const Capabilities& capabilities) override;
|
| void SetPairingResponse(const PairingResponse& pairing_response) override;
|
| void DeliverHostMessage(const ExtensionMessage& message) override;
|
| + void SetVideoLayout(const VideoLayout& layout) override;
|
|
|
| // ClipboardStub implementation for sending clipboard data to client.
|
| void InjectClipboardEvent(const ClipboardEvent& event) override;
|
|
|