Bug 266279
Summary: | GraphicsContext::drawNativeImage has redundant imageSize parameter | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | Canvas | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, thorton, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 16 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=266628 | ||
Bug Depends on: | |||
Bug Blocks: | 266215 |
Kimmo Kinnunen
GraphicsContext::drawNativeImage has redundant imageSize parameter
NativeImage knows its size
The call also has source rect that defines the part which is sourced
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119551804>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/21677
EWS
Committed 271976@main (8cc92b722540): <https://commits.webkit.org/271976@main>
Reviewed commits have been landed. Closing PR #21677 and removing active labels.
Tim Horton
Reopening due to pending revert.
Kimmo Kinnunen
The reverted patch wasn't hardened enough for bug 266628
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/22026
EWS
Committed 272333@main (f0cddec1574e): <https://commits.webkit.org/272333@main>
Reviewed commits have been landed. Closing PR #22026 and removing active labels.