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

Unified Diff: media/webm/webm_info_parser.h

Issue 10696182: Add config change handling to SourceBufferStream & ChunkDemuxer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added copyright headers to manifest files Created 8 years, 5 months 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
« no previous file with comments | « media/test/data/bear-640x360-manifest.js ('k') | media/webm/webm_stream_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/webm/webm_info_parser.h
diff --git a/media/webm/webm_info_parser.h b/media/webm/webm_info_parser.h
index 2cc7879246ab2a5d4452c61563cae07ee99a91df..c5b6ddc6338e1fd743559eb78f0753b1759ed909 100644
--- a/media/webm/webm_info_parser.h
+++ b/media/webm/webm_info_parser.h
@@ -6,12 +6,13 @@
#define MEDIA_WEBM_WEBM_INFO_PARSER_H_
#include "base/compiler_specific.h"
+#include "media/base/media_export.h"
#include "media/webm/webm_parser.h"
namespace media {
// Parser for WebM Info element.
-class WebMInfoParser : public WebMParserClient {
+class MEDIA_EXPORT WebMInfoParser : public WebMParserClient {
public:
WebMInfoParser();
virtual ~WebMInfoParser();
« no previous file with comments | « media/test/data/bear-640x360-manifest.js ('k') | media/webm/webm_stream_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698