| 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 ac18138ab0ea244b62370242db2daa6cb5ea0f6f..10f7fd3207d7fd0e7fadca1ad3563923bb4c618a 100644
|
| --- a/content/common/gpu/media/tegra_v4l2_device.cc
|
| +++ b/content/common/gpu/media/tegra_v4l2_device.cc
|
| @@ -155,6 +155,9 @@ bool TegraV4L2Device::Initialize() {
|
| case kImageProcessor:
|
| DVLOG(1) << "Device type " << type_ << " not supported on this platform";
|
| return false;
|
| + case kJpegDecoder:
|
| + DVLOG(1) << "Device type " << type_ << " not supported on this platform";
|
| + return false;
|
| }
|
|
|
| if (!g_tegra_function_symbol_finder_.Get().initialized()) {
|
|
|