| Index: ui/base/win/shell.cc
|
| diff --git a/ui/base/win/shell.cc b/ui/base/win/shell.cc
|
| index 4751fc84a9647c0a1afe1d356eb14a0a4c4086a8..9e47f8c94ac45f50bdeb8e5d0760135c87816198 100644
|
| --- a/ui/base/win/shell.cc
|
| +++ b/ui/base/win/shell.cc
|
| @@ -144,8 +144,8 @@ bool IsAeroGlassEnabled() {
|
| // user can specify this command line switch to mimic the behavior. In this
|
| // mode, cross-HWND transparency is not supported and various types of
|
| // widgets fallback to more simplified rendering behavior.
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableDwmComposition))
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableDwmComposition))
|
| return false;
|
|
|
| // Technically Aero glass works in Vista but we want to put XP and Vista
|
|
|