Chromium Code Reviews| Index: media/base/null_video_sink.h |
| diff --git a/media/base/null_video_sink.h b/media/base/null_video_sink.h |
| index b4c0ac7fbb1e3ab570345aa004b62906a500cda4..f1e076c253566d63c40da1f2a120cc34a2354049 100644 |
| --- a/media/base/null_video_sink.h |
| +++ b/media/base/null_video_sink.h |
| @@ -50,6 +50,8 @@ class MEDIA_EXPORT NullVideoSink : NON_EXPORTED_BASE(public VideoRendererSink) { |
| stop_cb_ = stop_cb; |
| } |
| + bool is_started() const { return started_; } |
| + |
| private: |
| // Task that periodically calls Render() to consume video data. |
| void CallRender(); |