Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1249)

Unified Diff: content/common/gpu/media/generic_v4l2_video_device.h

Issue 852103002: Revert of Add accelerated video decoder interface, VP8 and H.264 implementations and hook up to V4L2SVDA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « content/common/gpu/media/accelerated_video_decoder.h ('k') | content/common/gpu/media/gpu_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698