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

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

Issue 12547016: Enable browser plugin compositing by default, but add a flag to disable it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
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 ba0054d32ec2631571a31778a84a68665796b179..dcc1838f2fd2a25e5487bda013706d3a0f543ff9 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -764,7 +764,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableWebSockets,
switches::kDomAutomationController,
switches::kEnableAccessibilityLogging,
- switches::kEnableBrowserPluginCompositing,
Fady Samuel 2013/03/07 15:21:44 Plumbing DisableBrowserPluginCompositing is not ne
alexst (slow to review) 2013/03/07 15:30:00 I am pretty sure nobody is using it in the rendere
switches::kEnableBrowserPluginForAllViewTypes,
switches::kEnableBrowserPluginPointerLock,
switches::kEnableDCHECK,

Powered by Google App Engine
This is Rietveld 408576698