| Index: media/base/pipeline.h
|
| diff --git a/media/base/pipeline.h b/media/base/pipeline.h
|
| index 659199f55af4ae1124afac73acc7a4f6a4a1787b..8f039e6992713d9fa3806d1f0b9e7be659c2ff8e 100644
|
| --- a/media/base/pipeline.h
|
| +++ b/media/base/pipeline.h
|
| @@ -603,7 +603,9 @@ class MEDIA_EXPORT Pipeline
|
| // Decoder reference used for signalling imminent shutdown.
|
| // This is a HACK necessary because WebMediaPlayerImpl::Destroy() holds the
|
| // renderer thread loop hostage for until PipelineImpl::Stop() calls its
|
| - // callback. http://crbug.com/110228 tracks removing this hack.
|
| + // callback.
|
| + // This reference should only be used for this hack and no other purposes.
|
| + // http://crbug.com/110228 tracks removing this hack.
|
| scoped_refptr<VideoDecoder> video_decoder_;
|
|
|
| // Renderer references used for setting the volume and determining
|
|
|