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

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

Issue 11361223: cc: Remove cc::settings, move them to LayerTreeSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 212e1fd78aabe3e8516c08d42d3fe51783742d88..2d0b81ab2f4434e17654968aa13c9676fc4b2cb0 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -860,10 +860,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kVModule,
switches::kWebCoreLogChannels,
cc::switches::kBackgroundColorInsteadOfCheckerboard,
- cc::switches::kDisableThreadedAnimation,
cc::switches::kEnablePartialSwap,
- cc::switches::kEnablePerTilePainting,
- cc::switches::kEnablePinchInCompositor,
cc::switches::kJankInsteadOfCheckerboard,
cc::switches::kShowPropertyChangedRects,
cc::switches::kShowSurfaceDamageRects,

Powered by Google App Engine
This is Rietveld 408576698