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

Unified Diff: remoting/protocol/host_control_dispatcher.h

Issue 1844143002: Add VideoLayout message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « remoting/protocol/client_video_dispatcher_unittest.cc ('k') | remoting/protocol/host_control_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « remoting/protocol/client_video_dispatcher_unittest.cc ('k') | remoting/protocol/host_control_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698