summaryrefslogtreecommitdiff
path: root/chromium/ui/compositor/throughput_tracker_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/compositor/throughput_tracker_host.h')
-rw-r--r--chromium/ui/compositor/throughput_tracker_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/compositor/throughput_tracker_host.h b/chromium/ui/compositor/throughput_tracker_host.h
index 9082d00c4c1..d763516edb3 100644
--- a/chromium/ui/compositor/throughput_tracker_host.h
+++ b/chromium/ui/compositor/throughput_tracker_host.h
@@ -19,9 +19,9 @@ class COMPOSITOR_EXPORT ThroughputTrackerHost {
virtual ~ThroughputTrackerHost() = default;
// Starts the tracking for the given tracker id. |callback| is invoked after
- // the tracker is stopped and the throughput data is collected.
+ // the tracker is stopped and the metrics data is collected.
using ReportCallback = base::OnceCallback<void(
- const cc::FrameSequenceMetrics::ThroughputData throughput)>;
+ const cc::FrameSequenceMetrics::CustomReportData& data)>;
virtual void StartThroughputTracker(TrackerId tracker_id,
ReportCallback callback) = 0;