| Index: content/common/gpu/media/v4l2_device.h
|
| diff --git a/content/common/gpu/media/v4l2_device.h b/content/common/gpu/media/v4l2_device.h
|
| index 72af69967b3ea83d9820eee283b52e88b6754cad..7b74706d0b0af4594fcda77c50233a893f671428 100644
|
| --- a/content/common/gpu/media/v4l2_device.h
|
| +++ b/content/common/gpu/media/v4l2_device.h
|
| @@ -39,6 +39,7 @@ class CONTENT_EXPORT V4L2Device
|
| kDecoder,
|
| kEncoder,
|
| kImageProcessor,
|
| + kJpegDecoder,
|
| };
|
|
|
| // Creates and initializes an appropriate V4L2Device of |type| for the
|
|
|