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

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: Block main thread from state machine; remove completion event; Created 7 years, 3 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 dfef0b62dc399ee4faa5fc3deb151ff2752f276d..39ce49874b8a81ed389b1a19002ba7de1fd0e60a 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -159,6 +159,8 @@ std::string DeriveCommandLine(const GURL& start_url,
cc::switches::kDisableDeadlineScheduling,
cc::switches::kDisableImplSidePainting,
cc::switches::kDisableMapImage,
+ cc::switches::kDisableStartCommitBeforeActivate,
+ cc::switches::kDisableStartCommitBeforeDraw,
cc::switches::kDisableThreadedAnimation,
cc::switches::kEnableDeadlineScheduling,
cc::switches::kEnableImplSidePainting,
@@ -166,6 +168,8 @@ std::string DeriveCommandLine(const GURL& start_url,
cc::switches::kEnablePartialSwap,
cc::switches::kEnablePerTilePainting,
cc::switches::kEnablePinchVirtualViewport,
+ cc::switches::kEnableStartCommitBeforeDraw,
+ cc::switches::kEnableStartCommitBeforeActivate,
cc::switches::kEnableTopControlsPositionCalculation,
cc::switches::kForceDirectLayerDrawing,
cc::switches::kLowResolutionContentsScaleFactor,

Powered by Google App Engine
This is Rietveld 408576698