Bug 257656
| Summary: | [WebGPU] Reimplement device lost callback after https://bugs.webkit.org/show_bug.cgi?id=257640 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | mwyrzykowski, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Myles C. Maxfield
https://bugs.webkit.org/show_bug.cgi?id=257640 changes the device lost callback to use a "push" model rather than a "pull" model. It temporarily deletes the feature (because fixing it is out of scope for that bug). This bug is about re-implementing it with the new model.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/110539837>
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/19994
Mike Wyrzykowski
*** Bug 255626 has been marked as a duplicate of this bug. ***