| Index: content/browser/compositor/delegated_frame_host.cc
|
| diff --git a/content/browser/compositor/delegated_frame_host.cc b/content/browser/compositor/delegated_frame_host.cc
|
| index ae5f88def88c159763278b4366caaa920f55e36d..4cfa531c1b4a1ac295f02da092bf7d6216592de7 100644
|
| --- a/content/browser/compositor/delegated_frame_host.cc
|
| +++ b/content/browser/compositor/delegated_frame_host.cc
|
| @@ -738,7 +738,8 @@ void DelegatedFrameHost::CopyFromCompositingSurfaceHasResultForVideo(
|
| quality_switch = switches::kTabCaptureUpscaleQuality;
|
|
|
| std::string switch_value =
|
| - CommandLine::ForCurrentProcess()->GetSwitchValueASCII(quality_switch);
|
| + base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| + quality_switch);
|
| if (switch_value == "fast")
|
| quality = GLHelper::SCALER_QUALITY_FAST;
|
| else if (switch_value == "good")
|
|
|