WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
252182
Make GraphicsContext::drawNativeImage() platform independent
https://bugs.webkit.org/show_bug.cgi?id=252182
Summary
Make GraphicsContext::drawNativeImage() platform independent
Said Abou-Hallawa
Reported
2023-02-13 12:10:07 PST
This will allow dealing with HDR images before calling drawPlatformImage. All implementations of drawNativeImage() will be renamed drawPlatformImage(). A new implementation for drawNativeImage() will be added to GraphicsContext. All it does it calls the new method NativeImage::draw(). For now NativeImage::draw() will just call GraphicsContext ::drawPlatformImage() which is the original implementation of GraphicsContext::drawNativeImage().
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-02-13 12:10:57 PST
<
rdar://problem/105409701
>
Said Abou-Hallawa
Comment 2
2023-02-13 12:15:15 PST
Pull request:
https://github.com/WebKit/WebKit/pull/10051
EWS
Comment 3
2023-02-14 08:28:05 PST
Committed
260255@main
(49563768826f): <
https://commits.webkit.org/260255@main
> Reviewed commits have been landed. Closing PR #10051 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug