Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index b0c1abb49cec45b7d2369677c5a325fe490ed1f7..71fb19626e2a7c759007a5361100030401c25419 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -71,6 +71,7 @@ void SingleThreadProxy::Start( |
std::unique_ptr<CompositorTimingHistory> compositor_timing_history( |
new CompositorTimingHistory( |
scheduler_settings.using_synchronous_renderer_compositor, |
+ scheduler_settings.swap_ack_watchdog_enabled, |
CompositorTimingHistory::BROWSER_UMA, |
layer_tree_host_->rendering_stats_instrumentation())); |