| Index: content/common/gpu/media/dxva_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.h b/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| index e6555f018487e6955e0c8e328be2c6a25f5d75bd..be44f80dab86480216b846adf5f77391d35af00f 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| @@ -51,7 +51,7 @@ class CONTENT_EXPORT DXVAVideoDecodeAccelerator
|
| virtual void ReusePictureBuffer(int32 picture_buffer_id) OVERRIDE;
|
| virtual void Flush() OVERRIDE;
|
| virtual void Reset() OVERRIDE;
|
| - virtual void Destroy() OVERRIDE;
|
| + virtual void Destroy(bool pass_ownership) OVERRIDE;
|
|
|
| // Initialization work needed before the process is sandboxed.
|
| // This includes:-
|
|
|