| Index: content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| diff --git a/content/common/gpu/media/vt_video_decode_accelerator_mac.h b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| index e3c0973fa6823687b15f9e00e856179d5751bc0f..22fc8b1d6adee58354493382f61fba40bfff132b 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| @@ -118,6 +118,7 @@ class VTVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
|
|
|
| struct Task {
|
| Task(TaskType type);
|
| + Task(const Task& other);
|
| ~Task();
|
|
|
| TaskType type;
|
|
|