| Index: content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_encode_accelerator.h b/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| index 8b3198ccbe74ec767ebe90f17776714b95fc81aa..267d0d010a661767eb3464b9fcc3564a56427a15 100644
|
| --- a/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| @@ -69,7 +69,6 @@
|
| // Record for codec input buffers.
|
| struct InputRecord {
|
| InputRecord();
|
| - ~InputRecord();
|
| bool at_device;
|
| scoped_refptr<media::VideoFrame> frame;
|
| };
|
| @@ -77,7 +76,6 @@
|
| // Record for output buffers.
|
| struct OutputRecord {
|
| OutputRecord();
|
| - ~OutputRecord();
|
| bool at_device;
|
| linked_ptr<BitstreamBufferRef> buffer_ref;
|
| void* address;
|
|
|