From 43609ca84694acca988dc0ae591c69ac447659b2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Jul 2022 19:16:24 -0400 Subject: chromium: Remove obsolete versions and patches --- .../chromium/files/chromium-89-compositor-dcheck.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 www-client/chromium/files/chromium-89-compositor-dcheck.patch (limited to 'www-client/chromium/files/chromium-89-compositor-dcheck.patch') diff --git a/www-client/chromium/files/chromium-89-compositor-dcheck.patch b/www-client/chromium/files/chromium-89-compositor-dcheck.patch deleted file mode 100644 index 2a12ca9..0000000 --- a/www-client/chromium/files/chromium-89-compositor-dcheck.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/cc/metrics/compositor_frame_reporter.cc b/cc/metrics/compositor_frame_reporter.cc -index bab060123..f3ee60127 100644 ---- a/cc/metrics/compositor_frame_reporter.cc -+++ b/cc/metrics/compositor_frame_reporter.cc -@@ -767,7 +767,7 @@ void CompositorFrameReporter::ReportCompositorLatencyHistogram( - - void CompositorFrameReporter::ReportEventLatencyHistograms() const { - 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(event_metrics->type()); -- cgit v1.2.3