Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index 90d3241cd838b483274e61161a3bb237b8b33e18..b90c7725d2497877517dc334fbd88c4edadd11a9 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -440,8 +440,8 @@ void CompositorImpl::CreateLayerTreeHost() { |
command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking)); |
settings.initial_debug_state.show_fps_counter = |
command_line->HasSwitch(cc::switches::kUIShowFPSCounter); |
- settings.use_property_trees = |
- command_line->HasSwitch(cc::switches::kEnableCompositorPropertyTrees); |
+ if (command_line->HasSwitch(cc::switches::kDisableCompositorPropertyTrees)) |
+ settings.use_property_trees = false; |
// TODO(enne): Update this this compositor to use the scheduler. |
settings.single_thread_proxy_scheduler = false; |