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

Unified Diff: media/mojo/services/demuxer_stream_provider_shim.h

Issue 692323002: Move Liveness from DemuxerStreamProvider to DemuxerStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mojo Created 6 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
« no previous file with comments | « media/formats/webm/webm_stream_parser.cc ('k') | media/mojo/services/demuxer_stream_provider_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/demuxer_stream_provider_shim.h
diff --git a/media/mojo/services/demuxer_stream_provider_shim.h b/media/mojo/services/demuxer_stream_provider_shim.h
index e614e11c95fb6618e8a55668bcd3c48679020bd3..ec60fe4c88a3c858d88cb6939c7e98ec7c36f93f 100644
--- a/media/mojo/services/demuxer_stream_provider_shim.h
+++ b/media/mojo/services/demuxer_stream_provider_shim.h
@@ -26,7 +26,6 @@ class DemuxerStreamProviderShim : public DemuxerStreamProvider {
// DemuxerStreamProvider interface.
DemuxerStream* GetStream(DemuxerStream::Type type) override;
- Liveness GetLiveness() const override;
private:
// Called as each mojo::DemuxerStream becomes ready. Once all streams are
« no previous file with comments | « media/formats/webm/webm_stream_parser.cc ('k') | media/mojo/services/demuxer_stream_provider_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698