| Index: content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| diff --git a/content/common/gpu/media/v4l2_video_encode_accelerator.cc b/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| index a5cb4fb00f87f7802c9661284de6ad4209e0b52e..b3967ea30e65a788d4aee35cc13498cb64d55463 100644
|
| --- a/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| @@ -286,7 +286,7 @@ V4L2VideoEncodeAccelerator::GetSupportedProfiles() {
|
| std::vector<SupportedProfile> profiles;
|
| SupportedProfile profile;
|
|
|
| - const CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
| + const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess();
|
| if (cmd_line->HasSwitch(switches::kEnableWebRtcHWVp8Encoding)) {
|
| profile.profile = media::VP8PROFILE_MAIN;
|
| profile.max_resolution.SetSize(1920, 1088);
|
|
|