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

Unified Diff: media/base/demuxer.cc

Issue 10829470: Support for parsing encrypted WebM streams by src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: media/base/demuxer.cc
diff --git a/media/base/demuxer.cc b/media/base/demuxer.cc
index 6cd4e29a48178e3724ee691203bc9523a87bb2ed..90fd32626593a7d71694080b583a9ae295f44fef 100644
--- a/media/base/demuxer.cc
+++ b/media/base/demuxer.cc
@@ -28,4 +28,6 @@ void Demuxer::Stop(const base::Closure& callback) {
void Demuxer::OnAudioRendererDisabled() {}
+void Demuxer::KeyAdded() {}
+
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698