| Index: content/renderer/media/capture_video_decoder.h
|
| ===================================================================
|
| --- content/renderer/media/capture_video_decoder.h (revision 138673)
|
| +++ content/renderer/media/capture_video_decoder.h (working copy)
|
| @@ -76,6 +76,7 @@
|
| void StopOnDecoderThread(const base::Closure& closure);
|
|
|
| void OnStoppedOnDecoderThread(media::VideoCapture* capture);
|
| + void OnPausedOnDecoderThread(media::VideoCapture* capture);
|
| void OnBufferReadyOnDecoderThread(
|
| media::VideoCapture* capture,
|
| scoped_refptr<media::VideoCapture::VideoFrameBuffer> buf);
|
|
|