| Index: media/filters/gpu_video_decoder.h
|
| diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
|
| index a0afd02f9be02b36240f44e1799315d82043e4b6..2a18c5d40fc7e3c2a044e532146d7218ce893451 100644
|
| --- a/media/filters/gpu_video_decoder.h
|
| +++ b/media/filters/gpu_video_decoder.h
|
| @@ -112,6 +112,8 @@ class MEDIA_EXPORT GpuVideoDecoder
|
| kDecoderDrained,
|
| };
|
|
|
| + void ReadFromDemuxerStream();
|
| +
|
| // If no demuxer read is in flight and no bitstream buffers are in the
|
| // decoder, kick some off demuxing/decoding.
|
| void EnsureDemuxOrDecode();
|
|
|