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

Unified Diff: remoting/protocol/video_writer.h

Issue 4476003: Add VideoPacket struct for video packets. Refactor Decode interface to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed compilation on windows and mac 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
« remoting/client/chromoting_client.h ('K') | « remoting/protocol/video_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/video_writer.h
diff --git a/remoting/protocol/video_writer.h b/remoting/protocol/video_writer.h
index 0b39bcb0129641f6ca12ac9b6729da46cb3f1fbc..d1f8403612179abe23c91b6ac138b9d1abd4c11d 100644
--- a/remoting/protocol/video_writer.h
+++ b/remoting/protocol/video_writer.h
@@ -11,19 +11,16 @@
#define REMOTING_PROTOCOL_VIDEO_WRITER_H_
#include "base/basictypes.h"
-#include "remoting/proto/video.pb.h"
namespace remoting {
-namespace protocol {
-class Session;
-} // namespace protocol
-
class ChromotocolConfig;
-class ChromotocolConnection;
+class VideoPacket;
namespace protocol {
+class Session;
+
// TODO(sergeyu): VideoWriter should implement VideoStub interface.
class VideoWriter {
public:
« remoting/client/chromoting_client.h ('K') | « remoting/protocol/video_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698