Bug 261198 - ImageBufferBackend::toBackendCoordinates is a redundant function
Summary: ImageBufferBackend::toBackendCoordinates is a redundant function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-06 05:14 PDT by Kimmo Kinnunen
Modified: 2023-09-08 00:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.