Bug 261296
Summary: | Associate a purpose for each GraphicsContextState in the context state stack | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, kkinnunen, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 225349 |
Said Abou-Hallawa
We internally call GraphicsContext::save() when we begin a transparency layer and we call GraphicsContext::restore() when we end the transparency layer.
Differentiating when this happens from normal save/restore will make it easy to unwind the stack of the GraphicsContextState and the transparency layers in the right order.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/115138846>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/17557
EWS
Committed 267790@main (7d3126b3705a): <https://commits.webkit.org/267790@main>
Reviewed commits have been landed. Closing PR #17557 and removing active labels.
Said Abou-Hallawa
Re-opening for pull request https://github.com/WebKit/WebKit/pull/17603
EWS
Test gardening commit 267803@main (dd7184450022): <https://commits.webkit.org/267803@main>
Reviewed commits have been landed. Closing PR #17603 and removing active labels.