aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc
blob: e5b853173d0c24ad2eb1ec3fa53e7fc16003e661 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/scheduler/responsiveness/jank_monitor_impl.cc.orig	2021-12-14 11:45:05 UTC
+++ content/browser/scheduler/responsiveness/jank_monitor_impl.cc
@@ -333,7 +333,7 @@ void JankMonitorImpl::ThreadExecutionState::DidRunTask
     // in context menus, among others). Simply ignore the mismatches for now.
     // See https://crbug.com/929813 for the details of why the mismatch
     // happens.
-#if (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) && defined(USE_OZONE)
+#if (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)) && defined(USE_OZONE)
     task_execution_metadata_.clear();
 #endif
     return;