$OpenBSD: patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc,v 1.7 2021/04/16 18:15:07 robert Exp $

Index: third_party/blink/renderer/platform/graphics/video_frame_submitter.cc
--- third_party/blink/renderer/platform/graphics/video_frame_submitter.cc.orig
+++ third_party/blink/renderer/platform/graphics/video_frame_submitter.cc
@@ -200,7 +200,7 @@ void VideoFrameSubmitter::OnBeginFrame(
     if (viz::FrameTokenGT(pair.key, *next_frame_token_))
       continue;
     auto& feedback = pair.value.presentation_feedback;
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
     // TODO: On Linux failure flag is unreliable, and perfectly rendered frames
     // are reported as failures all the time.
     bool presentation_failure = false;
