Index: chrome/browser/chromeos/login/chrome_restart_request.cc |
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc |
index 3fb716af2c1355002fd6eb817e334ec8054d8be6..486125e34209f654aad8bcaf2204609f4e3382fd 100644 |
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc |
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc |
@@ -180,6 +180,7 @@ |
cc::switches::kEnableImplSidePainting, |
cc::switches::kEnableMapImage, |
cc::switches::kEnablePartialSwap, |
+ cc::switches::kEnablePerTilePainting, |
cc::switches::kEnablePinchVirtualViewport, |
cc::switches::kEnableTopControlsPositionCalculation, |
cc::switches::kMaxTilesForInterestArea, |
@@ -196,6 +197,7 @@ |
cc::switches::kSlowDownRasterScaleFactor, |
cc::switches::kTraceOverdraw, |
cc::switches::kUIDisablePartialSwap, |
+ cc::switches::kUIEnablePerTilePainting, |
chromeos::switches::kDbusStub, |
chromeos::switches::kDisableLoginAnimations, |
chromeos::switches::kDisableOobeAnimation, |