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

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

Issue 1016033006: Enable BeginFrame scheduling on aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable BeginFrame scheduling under flag Created 5 years, 7 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
« no previous file with comments | « cc/base/switches.cc ('k') | content/browser/android/content_startup_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3ef1d9c31a5e6680bf6d0eb982c84f5a3207eb02..d52f51bcb711a215b271f50a20e6de7995b4ddfa 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -96,7 +96,6 @@ std::string DeriveCommandLine(const GURL& start_url,
::switches::kDisableThreadedScrolling,
::switches::kDisableTouchDragDrop,
::switches::kDisableTouchEditing,
- ::switches::kEnableBeginFrameScheduling,
::switches::kEnableBlinkFeatures,
::switches::kEnableCompositorAnimationTimelines,
::switches::kEnableDelegatedRenderer,
@@ -186,6 +185,7 @@ std::string DeriveCommandLine(const GURL& start_url,
cc::switches::kDisableMainFrameBeforeActivation,
cc::switches::kDisablePinchVirtualViewport,
cc::switches::kDisableThreadedAnimation,
+ cc::switches::kEnableBeginFrameScheduling,
cc::switches::kEnableGpuBenchmarking,
cc::switches::kEnablePinchVirtualViewport,
cc::switches::kEnablePropertyTreeVerification,
« no previous file with comments | « cc/base/switches.cc ('k') | content/browser/android/content_startup_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698