[Webkit-unassigned] [Bug 232733] "OffscreenCanvas" in IDLs doesn't seem to be able to be compiled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 19:20:28 PST 2022


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

Dan Glastonbury <djg at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djg at apple.com
           Assignee|webkit-unassigned at lists.web |djg at apple.com
                   |kit.org                     |

--- Comment #2 from Dan Glastonbury <djg at apple.com> ---
Notes on how to handle OffscreenCanvas from slack:

typedef (HTMLImageElement
#if defined(ENABLE_VIDEO) && ENABLE_VIDEO
    or HTMLVideoElement
#endif
    or HTMLCanvasElement
    or ImageBitmap
#if defined(ENABLE_OFFSCREEN_CANVAS) && ENABLE_OFFSCREEN_CANVAS
    or OffscreenCanvas
#endif
#if defined(ENABLE_CSS_TYPED_OM) && ENABLE_CSS_TYPED_OM
    or CSSStyleImageValue
#endif
) CanvasImageSource;

-- 
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/20220303/fea9aa97/attachment.htm>


More information about the webkit-unassigned mailing list