Index: content/common/gpu/media/tegra_v4l2_device.cc |
diff --git a/content/common/gpu/media/tegra_v4l2_device.cc b/content/common/gpu/media/tegra_v4l2_device.cc |
index 21cb57f5bb4661cc38693f089210504b74f3ebf4..f16835dc984562316eccb059a7247d8841387f3b 100644 |
--- a/content/common/gpu/media/tegra_v4l2_device.cc |
+++ b/content/common/gpu/media/tegra_v4l2_device.cc |
@@ -152,7 +152,7 @@ bool TegraV4L2Device::Initialize() { |
case kEncoder: |
device_path = kEncoderDevice; |
break; |
- case kImageProcessor: |
+ default: |
DVLOG(1) << "Device type " << type_ << " not supported on this platform"; |
return false; |
} |