| Index: ui/base/cocoa/underlay_opengl_hosting_window.mm
|
| diff --git a/ui/base/cocoa/underlay_opengl_hosting_window.mm b/ui/base/cocoa/underlay_opengl_hosting_window.mm
|
| index 39a30360441412d7b0852c43f87022902e5ae004..4e208360cd8c993b543f40ac1cbc5ca9ddb044bd 100644
|
| --- a/ui/base/cocoa/underlay_opengl_hosting_window.mm
|
| +++ b/ui/base/cocoa/underlay_opengl_hosting_window.mm
|
| @@ -33,8 +33,8 @@
|
| namespace {
|
|
|
| bool CoreAnimationIsEnabled() {
|
| - static bool is_enabled = !CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableCoreAnimation);
|
| + static bool is_enabled = CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableCoreAnimation);
|
| return is_enabled;
|
| }
|
|
|
|
|