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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 12316084: cc: Consolidate the analysis_canvas operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tomhudson's review Created 7 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: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 2e4757d3aacab80dd073ea716ec72847f0494a84..406f1726609bd4e6ce38e75059cf4b941c555289 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -854,6 +854,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kDisableImplSidePainting,
cc::switches::kEnableImplSidePainting,
cc::switches::kEnablePartialSwap,
+ cc::switches::kEnablePredictionBenchmarking,
cc::switches::kEnableRightAlignedScheduling,
cc::switches::kEnableTopControlsPositionCalculation,
cc::switches::kNumRasterThreads,
@@ -870,6 +871,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kTopControlsHideThreshold,
cc::switches::kSlowDownRasterScaleFactor,
cc::switches::kUseCheapnessEstimator,
+ cc::switches::kUseColorEstimator,
cc::switches::kLowResolutionContentsScaleFactor,
};
renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames,

Powered by Google App Engine
This is Rietveld 408576698