| 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 9364d9f02de9fa863f1fd5c8d1228fbcee158706..6dea07a127f5fe939ec3c47c1ffc58fd8e1f01c5 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"
|
| @@ -757,12 +758,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,
|
| @@ -793,6 +792,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)
|
|
|