Chromium Code Reviews| Index: media/gpu/v4l2_device.h |
| diff --git a/media/gpu/v4l2_device.h b/media/gpu/v4l2_device.h |
| index 1c765e95d15217ee61e1228adaa9ca00692308cf..0924fc2008d0323dc8b5388a60e59b59edeb6227 100644 |
| --- a/media/gpu/v4l2_device.h |
| +++ b/media/gpu/v4l2_device.h |
| @@ -51,6 +51,9 @@ class MEDIA_GPU_EXPORT V4L2Device |
| kJpegDecoder, |
| }; |
| + // Returns true if V4L2 device of this platform requires libv4l2. |
| + static bool IsUsingLibV4L2(); |
|
Mark Dittmer
2016/05/04 15:04:41
Does this also need MEDIA_GPU_EXPORT?
|
| + |
| // Creates and initializes an appropriate V4L2Device of |type| for the |
| // current platform and returns a scoped_refptr<V4L2Device> on success, or |
| // NULL. |