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

Unified Diff: media/gpu/generic_v4l2_device.h

Issue 2151653004: Fix a -Wunused-private-member warning in a //media/gpu file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/use_libvl2_/use_libv4l2_/ Created 4 years, 5 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
« no previous file with comments | « no previous file | media/gpu/generic_v4l2_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | media/gpu/generic_v4l2_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698