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

Unified Diff: trunk/src/content/renderer/gpu/render_widget_compositor.cc

Issue 12968005: Revert 190067 "Re-land: cc: Enable solid color prediction by def..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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 | « trunk/src/content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/renderer/gpu/render_widget_compositor.cc
===================================================================
--- trunk/src/content/renderer/gpu/render_widget_compositor.cc (revision 190488)
+++ trunk/src/content/renderer/gpu/render_widget_compositor.cc (working copy)
@@ -129,7 +129,7 @@
settings.use_cheapness_estimator =
!cmd->HasSwitch(cc::switches::kDisableCheapnessEstimator);
settings.use_color_estimator =
- !cmd->HasSwitch(cc::switches::kDisableColorEstimator);
+ cmd->HasSwitch(cc::switches::kUseColorEstimator);
settings.prediction_benchmarking =
cmd->HasSwitch(cc::switches::kEnablePredictionBenchmarking);
« no previous file with comments | « trunk/src/content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698