Bug 219115
| Summary: | RenderModel should create a composited RenderLayer and host the remote layer created for the model | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dean Jackson <dino> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dean Jackson
The renderer for HTMLModelElement should trigger a layer and provide a platformLayer for compositing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/71555651>
Antoine Quint
Rephrasing this bug, the library used to render the model will provide a remote layer, and we'll need to host it in the WebProcess.
Antoine Quint
This will be covered by other patches.