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

Unified Diff: webkit/media/webmediaplayer_proxy.h

Issue 10835044: Cancel pending seek in ChunkDemuxer when a new seek occurs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase ToT + fix threading issue 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: webkit/media/webmediaplayer_proxy.h
diff --git a/webkit/media/webmediaplayer_proxy.h b/webkit/media/webmediaplayer_proxy.h
index 747a45cb60bbef44345e23f7e958e3d6e8b50a0e..1c78204930cb0b634535a6333c8fe5d1b845f98b 100644
--- a/webkit/media/webmediaplayer_proxy.h
+++ b/webkit/media/webmediaplayer_proxy.h
@@ -93,6 +93,7 @@ class WebMediaPlayerProxy
// Methods for Demuxer communication.
void DemuxerStartWaitingForSeek();
+ void DemuxerCancelPendingSeek();
media::ChunkDemuxer::Status DemuxerAddId(const std::string& id,
const std::string& type,
std::vector<std::string>& codecs);

Powered by Google App Engine
This is Rietveld 408576698