You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix context creation of transferred offscreen canvas (#23518)
After a canvas has been transferred offscreen, it can't be used again
to create a webgl context because the result of findCanvasEventTarget
is a {canvas:...} map instead of an actual canvas object. This patch grabs
the underlying offscreencanvas if it exists.
0 commit comments