summaryrefslogtreecommitdiffstats
path: root/components/view_manager/surfaces/surfaces_scheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/view_manager/surfaces/surfaces_scheduler.cc')
-rw-r--r--components/view_manager/surfaces/surfaces_scheduler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/view_manager/surfaces/surfaces_scheduler.cc b/components/view_manager/surfaces/surfaces_scheduler.cc
index bee565a..9eec00e 100644
--- a/components/view_manager/surfaces/surfaces_scheduler.cc
+++ b/components/view_manager/surfaces/surfaces_scheduler.cc
@@ -15,7 +15,8 @@ SurfacesScheduler::SurfacesScheduler()
cc::RenderingStatsInstrumentation::Create()) {
cc::SchedulerSettings settings;
scoped_ptr<cc::CompositorTimingHistory> compositor_timing_history(
- new cc::CompositorTimingHistory(rendering_stats_instrumentation_.get()));
+ new cc::CompositorTimingHistory(cc::CompositorTimingHistory::NULL_UMA,
+ rendering_stats_instrumentation_.get()));
scheduler_ = cc::Scheduler::Create(
this, settings, 0, base::MessageLoop::current()->task_runner().get(),
nullptr, compositor_timing_history.Pass());