| Index: content/common/gpu/media/generic_v4l2_device.cc
|
| diff --git a/content/common/gpu/media/generic_v4l2_device.cc b/content/common/gpu/media/generic_v4l2_device.cc
|
| index 0cf00a2712d2a99a907a27097eb5bd95b2b65c9f..2dde55d1fcca0ebeede3f1d4dc90c29cab1ca588 100644
|
| --- a/content/common/gpu/media/generic_v4l2_device.cc
|
| +++ b/content/common/gpu/media/generic_v4l2_device.cc
|
| @@ -40,7 +40,7 @@ const char kImageProcessorDevice[] = "/dev/gsc0";
|
| }
|
|
|
| GenericV4L2Device::GenericV4L2Device(Type type)
|
| - : type_(type),
|
| + : V4L2Device(type),
|
| use_libv4l2_(false) {
|
| }
|
|
|
|
|