Bug 252382 - Add the method GraphicsContext::colorSpace()
Summary: Add the method GraphicsContext::colorSpace()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks: 245858
  Show dependency treegraph
 
Reported: 2023-02-16 00:25 PST by Said Abou-Hallawa
Modified: 2023-02-20 16:03 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2023-02-16 00:25:26 PST
This function has to deal with:

1. Accelerated IOSurface based GraphicsContext
2. Unaccelerated GraphicsContext 
3. CGBitmapContext based context
4. DisplayRecorder based GraphicsContext

We need to get the correct colorSpace() in all these cases. This is work towards bug 245858.
Comment 1 Said Abou-Hallawa 2023-02-16 00:25:52 PST
rdar://105525603
Comment 2 Said Abou-Hallawa 2023-02-16 00:51:41 PST
Pull request: https://github.com/WebKit/WebKit/pull/10194
Comment 3 EWS 2023-02-17 14:43:53 PST
Committed 260471@main (5170cf0d951e): <https://commits.webkit.org/260471@main>

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