| 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 850a244d37d07c66ab18472e486c182a192fd204..365c0ded23fa719fe539b2f1ba4d334ffaf8683c 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -444,6 +444,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);
|
| // TODO(enne): Update this this compositor to use the scheduler.
|
| settings.single_thread_proxy_scheduler = false;
|
|
|
|
|