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

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

Issue 2328133002: Add cc::LayerTreeSettings for color correct rendering (Closed)
Patch Set: Move to LayerTreeSettings Created 4 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
« no previous file with comments | « cc/trees/layer_tree_settings.h ('k') | content/browser/renderer_host/render_process_host_impl.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 1f41ae1ef49ea62f462c593934b99f34484e0229..e4b8d9d54670767d80bbe9a54762dcbe96c58f7e 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -106,7 +106,6 @@ void DeriveCommandLine(const GURL& start_url,
::switches::kEnableDisplayList2dCanvas,
::switches::kForceDisplayList2dCanvas,
::switches::kEnableCanvas2dDynamicRenderingModeSwitching,
- ::switches::kEnableColorCorrectRendering,
::switches::kDisableGpuSandbox,
::switches::kEnableDistanceFieldText,
::switches::kEnableGpuAsyncWorkerContext,
@@ -198,6 +197,7 @@ void DeriveCommandLine(const GURL& start_url,
cc::switches::kDisableCompositedAntialiasing,
cc::switches::kDisableMainFrameBeforeActivation,
cc::switches::kDisableThreadedAnimation,
+ cc::switches::kEnableColorCorrectRendering,
cc::switches::kEnableGpuBenchmarking,
cc::switches::kEnableLayerLists,
cc::switches::kEnableMainFrameBeforeActivation,
« no previous file with comments | « cc/trees/layer_tree_settings.h ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698