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

Unified Diff: remoting/protocol/client_stub.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_control_dispatcher.cc ('k') | remoting/protocol/client_video_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/client_stub.h
diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
index 79d733982cf3a697ceacc31da1abfacdfa1d4d29..41f35013c44e53866743619bc374b942b33157c3 100644
--- a/remoting/protocol/client_stub.h
+++ b/remoting/protocol/client_stub.h
@@ -20,6 +20,7 @@ namespace protocol {
class Capabilities;
class ExtensionMessage;
class PairingResponse;
+class VideoLayout;
class ClientStub : public ClipboardStub,
public CursorShapeStub {
@@ -36,6 +37,9 @@ class ClientStub : public ClipboardStub,
// Deliver an extension message from the host to the client.
virtual void DeliverHostMessage(const ExtensionMessage& message) = 0;
+ // Sets video layout.
+ virtual void SetVideoLayout(const VideoLayout& video_layout) = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(ClientStub);
};
« no previous file with comments | « remoting/protocol/client_control_dispatcher.cc ('k') | remoting/protocol/client_video_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698