| Index: chrome/browser/ui/cocoa/nsview_additions.mm
|
| diff --git a/chrome/browser/ui/cocoa/nsview_additions.mm b/chrome/browser/ui/cocoa/nsview_additions.mm
|
| index 6d8ed4b10b3f4dd83d11fff6d1290032b6b56432..df853534c42bc66cde11ebdd4168f529b2b3852c 100644
|
| --- a/chrome/browser/ui/cocoa/nsview_additions.mm
|
| +++ b/chrome/browser/ui/cocoa/nsview_additions.mm
|
| @@ -91,8 +91,8 @@
|
| }
|
|
|
| - (void)cr_setWantsLayer:(BOOL)wantsLayer {
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableCoreAnimation))
|
| + if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableCoreAnimation))
|
| return;
|
|
|
| // Dynamically removing layers on SnowLeopard will sometimes result in
|
|
|