| Index: content/common/gpu/media/generic_v4l2_video_device.h
|
| diff --git a/content/common/gpu/media/generic_v4l2_video_device.h b/content/common/gpu/media/generic_v4l2_video_device.h
|
| index 3c4ed064d5b691e3586328a30951c658d34019c4..39d6df6d77e1d35fc81aae676d5c25a96e13ce8c 100644
|
| --- a/content/common/gpu/media/generic_v4l2_video_device.h
|
| +++ b/content/common/gpu/media/generic_v4l2_video_device.h
|
| @@ -15,6 +15,7 @@
|
| class GenericV4L2Device : public V4L2Device {
|
| public:
|
| explicit GenericV4L2Device(Type type);
|
| + virtual ~GenericV4L2Device();
|
|
|
| // V4L2Device implementation.
|
| int Ioctl(int request, void* arg) override;
|
| @@ -42,7 +43,6 @@
|
| uint32 PreferredInputFormat() override;
|
|
|
| private:
|
| - ~GenericV4L2Device() override;
|
| const Type type_;
|
|
|
| // The actual device fd.
|
|
|