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; |