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

Unified Diff: remoting/client/host_connection.h

Issue 4229003: Add VideoReader and VideoWriter interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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/client/chromoting_client.cc ('k') | remoting/client/jingle_host_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/host_connection.h
diff --git a/remoting/client/host_connection.h b/remoting/client/host_connection.h
index 71210257cfc6d01236de2ac1c2a5d4b93f1214eb..3d27ceb1b78b9be0092ff51116324ab5bc3de391 100644
--- a/remoting/client/host_connection.h
+++ b/remoting/client/host_connection.h
@@ -12,6 +12,8 @@
namespace remoting {
+class VideoStub;
+
struct ClientConfig;
class HostConnection {
@@ -39,7 +41,8 @@ class HostConnection {
// TODO(ajwong): We need to generalize this API.
virtual void Connect(const ClientConfig& config,
- HostEventCallback* event_callback) = 0;
+ HostEventCallback* event_callback,
+ VideoStub* video_stub) = 0;
virtual void Disconnect() = 0;
// Send an input event to the host.
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/client/jingle_host_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698