| Index: content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h
|
| diff --git a/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h b/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h
|
| index 1682a167f16d8a1ec8c211ff9a760875c70c4569..d10cb4fb87a69a8a35ce902a1b5e8a40912e954f 100644
|
| --- a/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h
|
| @@ -26,8 +26,9 @@ class GpuChannelHost;
|
| class GpuJpegDecodeAcceleratorHost : public media::JpegDecodeAccelerator,
|
| public base::NonThreadSafe {
|
| public:
|
| - // GpuJpegDecoder owns |this| and |channel|. And GpuJpegDecoder delete |this|
|
| - // before |channel|. So |this| is guaranteed not to outlive |channel|.
|
| + // VideoCaptureGpuJpegDecoder owns |this| and |channel|. And
|
| + // VideoCaptureGpuJpegDecoder delete |this| before |channel|. So |this| is
|
| + // guaranteed not to outlive |channel|.
|
| GpuJpegDecodeAcceleratorHost(
|
| GpuChannelHost* channel,
|
| int32 route_id,
|
|
|