Bug 252382
Summary: | Add the method GraphicsContext::colorSpace() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=252629 | ||
Bug Depends on: | |||
Bug Blocks: | 245858 |
Said Abou-Hallawa
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
rdar://105525603
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/10194
EWS
Committed 260471@main (5170cf0d951e): <https://commits.webkit.org/260471@main>
Reviewed commits have been landed. Closing PR #10194 and removing active labels.