Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject makeXRCompatible promise resolver on WebGLRenderingContext lost
makeXRCompatible creates a ScriptPromiseResolver that is active until the callback is completed by the browser process. If the WebGLRenderingContextBase is lost before the callback is invoked, the ScriptPromiseResolver must be rejected and disposed properly. Bug: 1321399 Change-Id: I00d9a648c19eb62dd415f5d1d641a32e3046b67d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3651559 Reviewed-by: Brandon Jones <[email protected]> Commit-Queue: Alexander Cooper <[email protected]> Cr-Commit-Position: refs/heads/main@{#1005910} NOKEYCHECK=True GitOrigin-RevId: 2c1bf1c0cfcc492ffc8f275395db3e78564561e8
- Loading branch information