| Index: remoting/codec/video_encoder_vpx.cc
|
| diff --git a/remoting/codec/video_encoder_vpx.cc b/remoting/codec/video_encoder_vpx.cc
|
| index aad762d04f74907ea3293356593a1700d7e8712b..d92d5b336e1fdbcdb2b6b341ef9a9b7158e64543 100644
|
| --- a/remoting/codec/video_encoder_vpx.cc
|
| +++ b/remoting/codec/video_encoder_vpx.cc
|
| @@ -334,7 +334,8 @@ VideoEncoderVpx::VideoEncoderVpx(bool use_vp9)
|
| active_map_height_(0) {
|
| if (use_vp9_) {
|
| // Use I444 colour space, by default, if specified on the command-line.
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(kEnableI444SwitchName)) {
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + kEnableI444SwitchName)) {
|
| SetLosslessColor(true);
|
| }
|
| }
|
|
|