aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc
blob: 4ff2e4c453490423485b5890abec76212b563725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/renderer/platform/graphics/video_frame_submitter.cc.orig	2023-08-28 20:17:35 UTC
+++ third_party/blink/renderer/platform/graphics/video_frame_submitter.cc
@@ -356,7 +356,7 @@ void VideoFrameSubmitter::OnBeginFrame(
       continue;
     auto& feedback =
         timing_details.find(frame_token)->value.presentation_feedback;
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     // TODO: On Linux failure flag is unreliable, and perfectly rendered frames
     // are reported as failures all the time.
     bool presentation_failure = false;