| Index: media/base/pipeline.h
|
| diff --git a/media/base/pipeline.h b/media/base/pipeline.h
|
| index a91176e5a8f60dd6a4a63688568a97bc89b020d3..0ca7d62ec586030a8eb59b8d605ed756487b22be 100644
|
| --- a/media/base/pipeline.h
|
| +++ b/media/base/pipeline.h
|
| @@ -114,6 +114,8 @@ class MEDIA_EXPORT Pipeline : public DemuxerHost {
|
| //
|
| // Stop() must complete before destroying the pipeline. It it permissible to
|
| // call Stop() at any point during the lifetime of the pipeline.
|
| + //
|
| + // It is safe to delete the pipeline during the execution of |stop_cb|.
|
| void Stop(const base::Closure& stop_cb);
|
|
|
| // Attempt to seek to the position specified by time. |seek_cb| will be
|
|
|