[Webkit-unassigned] [Bug 224149] Properly use CompletionHandler when USE_OPENGL_OR_ES is set to OFF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 3 06:41:45 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224149

--- Comment #2 from Charlene Wendling <julianaito at posteo.jp> ---
When trying to build WebKit with USE_OPENGL_OR_ES set to off, the build fails with:

LayerTreeHost.h:216:28: error: out-of-line definition of 'forceRepaintAsync'
+does not match any declaration in 'WebKit::LayerTreeHost'
LayerTreeHost.h:82:28: note: type of 1st parameter of member declaration does
not match definition ('CompletionHandler<void ()> &&' vs
'CompletionHandler<void ()> &')

It has been introduced by that change : https://trac.webkit.org/changeset/271171/webkit

The attached patch fixes that issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210403/c3d612e5/attachment.htm>


More information about the webkit-unassigned mailing list