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

Unified Diff: remoting/base/encoder.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
Index: remoting/base/encoder.h
diff --git a/remoting/base/encoder.h b/remoting/base/encoder.h
index 05e40ff866a882e0772d9f273314ce97ec2b1d95..e34e15555d01aae2a0315018867066bb54e3f349 100644
--- a/remoting/base/encoder.h
+++ b/remoting/base/encoder.h
@@ -8,8 +8,6 @@
#include "base/basictypes.h"
#include "base/callback.h"
#include "media/base/data_buffer.h"
-// TODO(hclam): Should not depend on internal.pb.h.
-#include "remoting/proto/internal.pb.h"
namespace media {
class DataBuffer;
@@ -18,6 +16,7 @@ namespace media {
namespace remoting {
class CaptureData;
+class VideoPacket;
// A class to perform the task of encoding a continous stream of
// images.

Powered by Google App Engine
This is Rietveld 408576698