diff options
Diffstat (limited to 'webkit/media/webmediaplayer_proxy.h')
-rw-r--r-- | webkit/media/webmediaplayer_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/media/webmediaplayer_proxy.h b/webkit/media/webmediaplayer_proxy.h index 8bc7215..12554f2 100644 --- a/webkit/media/webmediaplayer_proxy.h +++ b/webkit/media/webmediaplayer_proxy.h @@ -92,7 +92,7 @@ class WebMediaPlayerProxy int init_data_size) OVERRIDE; // Methods for Demuxer communication. - void DemuxerFlush(); + void DemuxerStartWaitingForSeek(); media::ChunkDemuxer::Status DemuxerAddId(const std::string& id, const std::string& type, std::vector<std::string>& codecs); |