--- third_party/blink/renderer/platform/graphics/begin_frame_provider.cc.orig 2023-08-17 07:33:31 UTC +++ third_party/blink/renderer/platform/graphics/begin_frame_provider.cc @@ -71,8 +71,12 @@ void BeginFrameProvider::CreateCompositorFrameSinkIfNe // Once we are using RAF, this thread is driving user interactive display // updates. Update priority accordingly. + // pledge(2) + // stop this baloney +#if !defined(OS_OPENBSD) base::PlatformThread::SetCurrentThreadType( base::ThreadType::kDisplayCritical); +#endif mojo::Remote provider; Platform::Current()->GetBrowserInterfaceBroker()->GetInterface(