| Index: content/common/gpu/media/tegra_v4l2_video_device.h
|
| diff --git a/content/common/gpu/media/tegra_v4l2_video_device.h b/content/common/gpu/media/tegra_v4l2_video_device.h
|
| index 6c4b4f0c10466aef82b2e044404be59649957104..e9516faaf6c18784f6ffd15a824356de22bbe81c 100644
|
| --- a/content/common/gpu/media/tegra_v4l2_video_device.h
|
| +++ b/content/common/gpu/media/tegra_v4l2_video_device.h
|
| @@ -19,6 +19,7 @@
|
| class TegraV4L2Device : public V4L2Device {
|
| public:
|
| explicit TegraV4L2Device(Type type);
|
| + virtual ~TegraV4L2Device();
|
|
|
| int Ioctl(int flags, void* arg) override;
|
| bool Poll(bool poll_device, bool* event_pending) override;
|
| @@ -45,7 +46,6 @@
|
| uint32 PreferredInputFormat() override;
|
|
|
| private:
|
| - ~TegraV4L2Device() override;
|
| const Type type_;
|
|
|
| // The actual device fd.
|
|
|