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

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

Issue 196473007: Add --disable-low-res-tiling. Disable low res tiling to save power. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments from enne and piman Created 6 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 77712f64e4d13ac663991e1173af5a62c7d4c819..5395cfbf176f80c7f73679e920ecfa9f142528c2 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1009,6 +1009,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableGpuCompositing,
switches::kDisableGpuRasterization,
switches::kDisableGpuVsync,
+ switches::kDisableLowResTiling,
switches::kDisableHistogramCustomizer,
switches::kDisableImplSidePainting,
switches::kDisableLCDText,
@@ -1056,6 +1057,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableGPUServiceLogging,
switches::kEnableHighDpiCompositingForFixedPosition,
switches::kEnableHTMLImports,
+ switches::kEnableLowResTiling,
switches::kEnableImplSidePainting,
switches::kEnableInbandTextTracks,
switches::kEnableLCDText,

Powered by Google App Engine
This is Rietveld 408576698