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

Unified Diff: media/filters/memory_data_source.cc

Issue 2267963002: Add support for cancellation of demuxer reads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix and add tests. Created 4 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
« no previous file with comments | « media/filters/memory_data_source.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/memory_data_source.cc
diff --git a/media/filters/memory_data_source.cc b/media/filters/memory_data_source.cc
index d38803ee702e2d1a017b5f7c3e57d54495f34d7e..7031e42d837e4c413dab32373c6790b00c31a33e 100644
--- a/media/filters/memory_data_source.cc
+++ b/media/filters/memory_data_source.cc
@@ -43,6 +43,8 @@ void MemoryDataSource::Stop() {
is_stopped_ = true;
}
+void MemoryDataSource::Abort() {}
+
bool MemoryDataSource::GetSize(int64_t* size_out) {
*size_out = size_;
return true;
« no previous file with comments | « media/filters/memory_data_source.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698