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..97a8a62cc70f6cfd15b8f8cb697f4443965bb6df 100644 |
--- a/media/cast/video_receiver/video_decoder.h |
+++ b/media/cast/video_receiver/video_decoder.h |
@@ -14,6 +14,7 @@ namespace media { |
namespace cast { |
class Vp8Decoder; |
+class VideoFrame; |
// This class is not thread safe; it's only called from the cast video decoder |
// thread. |