From 864ef9b3d9c48dc3df6f2f650c87f4f2740faa0b Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Wed, 31 May 2023 13:20:50 +0100 Subject: [PATCH] improve comment. --- src/Avalonia.Base/Media/MediaContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Avalonia.Base/Media/MediaContext.cs b/src/Avalonia.Base/Media/MediaContext.cs index a41107360a..05872a3e50 100644 --- a/src/Avalonia.Base/Media/MediaContext.cs +++ b/src/Avalonia.Base/Media/MediaContext.cs @@ -214,8 +214,8 @@ internal partial class MediaContext : ICompositorScheduler } /// - /// Executes the callback in the layout pass that will occur - /// immediately before the next rendered frame. + /// Executes the callback in the next iteration of the current UI-thread + /// render loop / layout pass that. /// /// Code to execute. public void BeginInvokeOnRender(Action callback)