| Index: cc/trees/proxy_impl.cc
|
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
|
| index f9a1eab474149707070f992ef62d1be392b60d2b..aefd847709a70a35a4d07b6e37e3d15fbdbb9245 100644
|
| --- a/cc/trees/proxy_impl.cc
|
| +++ b/cc/trees/proxy_impl.cc
|
| @@ -74,8 +74,10 @@ ProxyImpl::ProxyImpl(ChannelImpl* channel_impl,
|
| layer_tree_host->settings().ToSchedulerSettings());
|
|
|
| scoped_ptr<CompositorTimingHistory> compositor_timing_history(
|
| - new CompositorTimingHistory(CompositorTimingHistory::RENDERER_UMA,
|
| - rendering_stats_instrumentation_));
|
| + new CompositorTimingHistory(
|
| + scheduler_settings.using_synchronous_renderer_compositor,
|
| + CompositorTimingHistory::RENDERER_UMA,
|
| + rendering_stats_instrumentation_));
|
|
|
| scheduler_ = Scheduler::Create(this, scheduler_settings, layer_tree_host_id_,
|
| task_runner_provider_->ImplThreadTaskRunner(),
|
|
|