Bug 245397
| Summary: | Cleanup RenderLayer::paintLayerByApplyingTransform() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | Layout and Rendering | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Nikolas Zimmermann
The lambda 'usesSVGSubtreeTransformRules' is equal to the rendererNeedsPixelSnapping() method of RenderLayerModelObject -- get rid of the former, as it's way more descriptive to talk about pixel snapping enabled/disabled, then "SVG subtree transform rules".
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/4505
EWS
Committed 254720@main (70029f0e8b78): <https://commits.webkit.org/254720@main>
Reviewed commits have been landed. Closing PR #4505 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/100217452>