| Index: chrome/browser/ui/cocoa/fast_resize_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/fast_resize_view.mm b/chrome/browser/ui/cocoa/fast_resize_view.mm
|
| index f4ea8d380b6d794b0f556f4fe3ba0a594f532af4..93438f4d2fc24baf3bf433145538a9b1b968c2ee 100644
|
| --- a/chrome/browser/ui/cocoa/fast_resize_view.mm
|
| +++ b/chrome/browser/ui/cocoa/fast_resize_view.mm
|
| @@ -23,8 +23,8 @@
|
|
|
| - (id)initWithFrame:(NSRect)frameRect {
|
| if ((self = [super initWithFrame:frameRect])) {
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableCoreAnimation)) {
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableCoreAnimation)) {
|
| ScopedCAActionDisabler disabler;
|
| base::scoped_nsobject<CALayer> layer([[CALayer alloc] init]);
|
| [layer setBackgroundColor:CGColorGetConstantColor(kCGColorWhite)];
|
|
|