From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/ui/gl/gl_surface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chromium/ui/gl/gl_surface.h') diff --git a/chromium/ui/gl/gl_surface.h b/chromium/ui/gl/gl_surface.h index b150a76b0d5..44ad2952959 100644 --- a/chromium/ui/gl/gl_surface.h +++ b/chromium/ui/gl/gl_surface.h @@ -131,7 +131,8 @@ class GL_EXPORT GLSurface : public base::RefCounted, // progress when this callback is invoked, and the signaling of the gpu fence // will mark the completion of the swap operation. using SwapCompletionCallback = - base::OnceCallback)>; + base::OnceCallback; + // Swaps front and back buffers. This has no effect for off-screen // contexts. On some platforms, we want to send SwapBufferAck only after the // surface is displayed on screen. The callback can be used to delay sending -- cgit v1.2.1