| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 3f9003bfabf66ef23a375894a2c90ba9eb84dc91..f56adf2573c3173a0d240199adad962f878bf418 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1322,6 +1322,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kDisableCompositedAntialiasing,
|
| cc::switches::kDisableMainFrameBeforeActivation,
|
| cc::switches::kDisableThreadedAnimation,
|
| + cc::switches::kEnableCompositorAnimationTimelines,
|
| cc::switches::kEnableGpuBenchmarking,
|
| cc::switches::kEnableMainFrameBeforeActivation,
|
| cc::switches::kEnableTopControlsPositionCalculation,
|
|
|