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

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: Make commit waiting states explicit Created 6 years, 10 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 c19abe66ce004822f936fa7a6aed00163fa4a4ce..188de287f040903772dce5a2fb214c9b40bfb9cf 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -174,6 +174,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,
@@ -181,6 +183,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