Bug 275793
Summary: | REGRESSION(279769@main): It regressed the score of MotionMark CanvasLines | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Canvas | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Said Abou-Hallawa
279769@main moved the inflate() call from HTMLCanvasElement::didDraw() to CanvasRenderingContext2DBase::didDraw(). But 279769@main made CanvasRenderingContext2DBase::didDraw() call inflate() unconditionally. Before this change, HTMLCanvasElement::didDraw(), was calling inflate() only when adjustedRect was not null which means when m_dirtyRect.contains(dirtyRect) was false.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/130373046>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/30096
EWS
Committed 280295@main (38fb2ecadd89): <https://commits.webkit.org/280295@main>
Reviewed commits have been landed. Closing PR #30096 and removing active labels.