Bug 275793

Summary: REGRESSION(279769@main): It regressed the score of MotionMark CanvasLines
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: CanvasAssignee: 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
Reported 2024-06-23 10:38:07 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-06-23 10:38:35 PDT
Said Abou-Hallawa
Comment 2 2024-06-23 10:43:11 PDT
EWS
Comment 3 2024-06-23 20:35:59 PDT
Committed 280295@main (38fb2ecadd89): <https://commits.webkit.org/280295@main> Reviewed commits have been landed. Closing PR #30096 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.