| Index: media/gpu/generic_v4l2_device.h
|
| diff --git a/media/gpu/generic_v4l2_device.h b/media/gpu/generic_v4l2_device.h
|
| index 180e2e35a40f1a4f54268374b6d8ce7275f81bd0..86d2df6699b2c236b9bee54d1a61102090c0bca9 100644
|
| --- a/media/gpu/generic_v4l2_device.h
|
| +++ b/media/gpu/generic_v4l2_device.h
|
| @@ -64,8 +64,10 @@ class GenericV4L2Device : public V4L2Device {
|
| // interrupted.
|
| base::ScopedFD device_poll_interrupt_fd_;
|
|
|
| +#if USE_LIBV4L2
|
| // Use libv4l2 when operating |device_fd_|.
|
| bool use_libv4l2_;
|
| +#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GenericV4L2Device);
|
|
|
|
|