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

Unified Diff: remoting/protocol/stream_writer.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/protocol/rtp_writer.cc ('k') | remoting/protocol/stream_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/stream_writer.h
diff --git a/remoting/protocol/stream_writer.h b/remoting/protocol/stream_writer.h
index 75f61808a30465145f3763d5d96212fd614d0271..f5b018b68a85a04c708f4fd8f5b6143b7973e3b1 100644
--- a/remoting/protocol/stream_writer.h
+++ b/remoting/protocol/stream_writer.h
@@ -5,12 +5,16 @@
#ifndef REMOTING_PROTOCOL_STREAM_WRITER_H_
#define REMOTING_PROTOCOL_STREAM_WRITER_H_
+#include "base/ref_counted.h"
#include "remoting/proto/internal.pb.h"
-#include "remoting/protocol/buffered_socket_writer.h"
+
+namespace net {
+class Socket;
+} // namespace net
namespace remoting {
-class ChromotingConnection;
+class BufferedSocketWriter;
class StreamWriterBase {
public:
@@ -41,7 +45,7 @@ class EventStreamWriter : public StreamWriterBase {
bool SendMessage(const ChromotingClientMessage& message);
};
-class VideoStreamWriter : public StreamWriterBase {
+class ControlStreamWriter : public StreamWriterBase {
public:
// Sends the |message| or returns false if called before Init().
// Can be called on any thread.
« no previous file with comments | « remoting/protocol/rtp_writer.cc ('k') | remoting/protocol/stream_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698