| Index: ui/base/cocoa/remote_layer_api.mm
|
| diff --git a/ui/base/cocoa/remote_layer_api.mm b/ui/base/cocoa/remote_layer_api.mm
|
| index 839daa1c7d5a8b7f6604be578529e483618c6bfb..9c006832a29953d40c1de1f5f8900474da0b25ce 100644
|
| --- a/ui/base/cocoa/remote_layer_api.mm
|
| +++ b/ui/base/cocoa/remote_layer_api.mm
|
| @@ -18,7 +18,7 @@ bool RemoteLayerAPISupported() {
|
| return false;
|
|
|
| bool disabled_at_command_line =
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableRemoteCoreAnimation);
|
| if (disabled_at_command_line)
|
| return false;
|
|
|