Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1085)

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 23907006: cc: Allow sending BeginMainFrame before draw or activation (Closed) Base URL: http://git.chromium.org/chromium/src.git@schedDeadline3
Patch Set: Fix smoothness mode Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8004e4dc8f781d6e46fa91b4682ad4e901e1ea87..dbea247d58663704d3354ef4a5d642f0a5b33160 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -171,6 +171,8 @@ std::string DeriveCommandLine(const GURL& start_url,
cc::switches::kDisableGPURasterization,
cc::switches::kDisableImplSidePainting,
cc::switches::kDisableMapImage,
+ cc::switches::kDisableStartCommitBeforeActivate,
+ cc::switches::kDisableStartCommitBeforeDraw,
cc::switches::kDisableThreadedAnimation,
cc::switches::kEnableGPURasterization,
cc::switches::kEnableImplSidePainting,
@@ -178,6 +180,8 @@ std::string DeriveCommandLine(const GURL& start_url,
cc::switches::kEnablePartialSwap,
cc::switches::kEnablePerTilePainting,
cc::switches::kEnablePinchVirtualViewport,
+ cc::switches::kEnableStartCommitBeforeActivate,
+ cc::switches::kEnableStartCommitBeforeDraw,
cc::switches::kEnableTopControlsPositionCalculation,
cc::switches::kMaxTilesForInterestArea,
cc::switches::kMaxUnusedResourceMemoryUsagePercentage,

Powered by Google App Engine
This is Rietveld 408576698