| Summary: | [GPU Process] [FormControls] Route drawing the ControlPart through GraphicsContext | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, Hironori.Fujii, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 249168 | ||
|
Description
Said Abou-Hallawa
2022-12-13 12:56:17 PST
> RenderBox::paintBoxDecorations() will call GraphicsContext::drawControlPart()
What role will RenderTheme play in this code path?
Pull request: https://github.com/WebKit/WebKit/pull/7566 Committed 257981@main (27e83068fe9e): <https://commits.webkit.org/257981@main> Reviewed commits have been landed. Closing PR #7566 and removing active labels. (In reply to Simon Fraser (smfr) from comment #2) > > RenderBox::paintBoxDecorations() will call GraphicsContext::drawControlPart() > > What role will RenderTheme play in this code path? RenderTheme will create the ControlPart from the RenderBox and its renderer. RenderThemeMac will answer questions specific to macOS when creating the ControlPart. |