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

Unified Diff: media/cast/video_receiver/video_decoder.h

Issue 82593005: Cast: Switching recevier to use media::VideoFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding media to DEPS + rebase Created 7 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: media/cast/video_receiver/video_decoder.h
diff --git a/media/cast/video_receiver/video_decoder.h b/media/cast/video_receiver/video_decoder.h
index e23a86b76bc23650d6d11064c9c210962b555bbe..5ca1d26ce72b8eb37af942d627c7dff0a0532229 100644
--- a/media/cast/video_receiver/video_decoder.h
+++ b/media/cast/video_receiver/video_decoder.h
@@ -11,6 +11,10 @@
#include "media/cast/cast_receiver.h"
namespace media {
+class VideoFrame;
scherkus (not reviewing) 2013/11/27 22:21:54 nit: you can move this fwd decl to line 20
mikhal1 2013/11/27 22:41:30 Done.
+}
+
+namespace media {
namespace cast {
class Vp8Decoder;

Powered by Google App Engine
This is Rietveld 408576698