Bug 261198

Summary: ImageBufferBackend::toBackendCoordinates is a redundant function
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: CanvasAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description Kimmo Kinnunen 2023-09-06 05:14:48 PDT
ImageBufferBackend::toBackendCoordinates is a redundant function

Makes the code incorrect because to call the function, one needs a backend and some functions shouldn't be limited with that.
Comment 1 Radar WebKit Bug Importer 2023-09-06 05:15:03 PDT
<rdar://problem/115051175>
Comment 2 Kimmo Kinnunen 2023-09-06 05:19:18 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17477
Comment 3 Kimmo Kinnunen 2023-09-06 05:53:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17479
Comment 4 EWS 2023-09-08 00:02:00 PDT
Committed 267774@main (c102029b036a): <https://commits.webkit.org/267774@main>

Reviewed commits have been landed. Closing PR #17479 and removing active labels.