summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-90-compositor-dcheck.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-90-compositor-dcheck.patch')
-rw-r--r--www-client/chromium/files/chromium-90-compositor-dcheck.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-90-compositor-dcheck.patch b/www-client/chromium/files/chromium-90-compositor-dcheck.patch
new file mode 100644
index 0000000..d718a68
--- /dev/null
+++ b/www-client/chromium/files/chromium-90-compositor-dcheck.patch
@@ -0,0 +1,13 @@
+diff --git a/cc/metrics/compositor_frame_reporter.cc b/cc/metrics/compositor_frame_reporter.cc
+index fcad7a8cd..152b724c8 100644
+--- a/cc/metrics/compositor_frame_reporter.cc
++++ b/cc/metrics/compositor_frame_reporter.cc
+@@ -960,7 +960,7 @@ void CompositorFrameReporter::ReportEventLatencyHistograms() const {
+ "EventLatency." + total_latency_stage_name;
+
+ for (const auto& event_metrics : events_metrics_) {
+- DCHECK(event_metrics);
++ DCHECK(event_metrics.get());
+ const std::string histogram_base_name =
+ GetEventLatencyHistogramBaseName(*event_metrics);
+ const int event_type_index = static_cast<int>(event_metrics->type());