| Index: chrome/browser/gpu_util.cc
|
| diff --git a/chrome/browser/gpu_util.cc b/chrome/browser/gpu_util.cc
|
| index e388d90a78fdf50fb6bd191547837c1fcb3c7371..5c171a51b8ffc96d9e424953cad193744d281445 100644
|
| --- a/chrome/browser/gpu_util.cc
|
| +++ b/chrome/browser/gpu_util.cc
|
| @@ -229,7 +229,7 @@ Value* GetFeatureStatus() {
|
| {
|
| "css_animation",
|
| flags & content::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING,
|
| - command_line.HasSwitch(switches::kDisableThreadedAnimation) ||
|
| + !command_line.HasSwitch(switches::kEnableAcceleratedAnimation) ||
|
| command_line.HasSwitch(switches::kDisableAcceleratedCompositing),
|
| "Accelerated CSS animation has been disabled at the command line.",
|
| true
|
|
|