blob: 3bd2c92c011dd198cbacbe4c5f6a2af283c1c018 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/browser/scheduler/responsiveness/jank_monitor_impl.cc.orig 2025-03-05 08:14:56 UTC
+++ content/browser/scheduler/responsiveness/jank_monitor_impl.cc
@@ -337,7 +337,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 BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE)
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE)
task_execution_metadata_.clear();
#endif
return;
|