| Index: chrome/browser/chromeos/login/login_utils.cc | 
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc | 
| index f1e346c170e146c05c80c0aea359e3c20f1028bd..02119a040c8f0638125958966fc62f13a151a80f 100644 | 
| --- a/chrome/browser/chromeos/login/login_utils.cc | 
| +++ b/chrome/browser/chromeos/login/login_utils.cc | 
| @@ -24,6 +24,7 @@ | 
| #include "base/threading/thread_restrictions.h" | 
| #include "base/time.h" | 
| #include "base/utf_string_conversions.h" | 
| +#include "cc/switches.h" | 
| #include "chrome/browser/api/prefs/pref_member.h" | 
| #include "chrome/browser/browser_process.h" | 
| #include "chrome/browser/browser_shutdown.h" | 
| @@ -756,12 +757,10 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine( | 
| ::switches::kDisableOobeAnimation, | 
| ::switches::kDisableSeccompFilterSandbox, | 
| ::switches::kDisableSeccompSandbox, | 
| -      ::switches::kDisableThreadedAnimation, | 
| ::switches::kEnableBrowserTextSubpixelPositioning, | 
| ::switches::kEnableCompositingForFixedPosition, | 
| ::switches::kEnableGView, | 
| ::switches::kEnableLogging, | 
| -      ::switches::kEnablePartialSwap, | 
| ::switches::kEnableUIReleaseFrontSurface, | 
| ::switches::kEnablePinch, | 
| ::switches::kEnableGestureTapHighlight, | 
| @@ -792,6 +791,9 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine( | 
| ash::switches::kAuraLegacyPowerButton, | 
| ash::switches::kAuraNoShadows, | 
| ash::switches::kAshDisablePanelFitting, | 
| +      cc::switches::kDisableThreadedAnimation, | 
| +      cc::switches::kEnablePartialSwap, | 
| +      cc::switches::kEnablePinchInCompositor, | 
| ::switches::kUIEnablePartialSwap, | 
| ::switches::kUIPrioritizeInGpuProcess, | 
| #if defined(USE_CRAS) | 
|  |