summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-89-compositor-dcheck.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-89-compositor-dcheck.patch')
-rw-r--r--www-client/chromium/files/chromium-89-compositor-dcheck.patch13
1 files changed, 0 insertions, 13 deletions
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<int>(event_metrics->type());