summaryrefslogtreecommitdiff
path: root/chromium/media/gpu/v4l2/generic_v4l2_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/gpu/v4l2/generic_v4l2_device.h')
-rw-r--r--chromium/media/gpu/v4l2/generic_v4l2_device.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/media/gpu/v4l2/generic_v4l2_device.h b/chromium/media/gpu/v4l2/generic_v4l2_device.h
index 09013a5cf12..63870260288 100644
--- a/chromium/media/gpu/v4l2/generic_v4l2_device.h
+++ b/chromium/media/gpu/v4l2/generic_v4l2_device.h
@@ -1,4 +1,4 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -120,10 +120,8 @@ class GenericV4L2Device : public V4L2Device {
// interrupted.
base::ScopedFD device_poll_interrupt_fd_;
-#if BUILDFLAG(USE_LIBV4L2)
// Use libv4l2 when operating |device_fd_|.
bool use_libv4l2_;
-#endif
// Lazily initialize static data after sandbox is enabled. Return false on
// init failure.