Bug 121857
| Summary: | DrawingAreaImpl doesn't inform CAContext of the UIProcess' color space | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Horton <thorton> |
| Component: | WebKit2 | Assignee: | Tim Horton <thorton> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | andersca, sam, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 121856 | ||
Tim Horton
TiledCoreAnimationDrawingArea became aware of the UIProcess' color space situation, in http://trac.webkit.org/changeset/120021, but DrawingAreaImpl was not made aware.
We still use DrawingAreaImpl for layout tests, at the moment.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15069273>
Tim Horton
Sam and Anders think that PLATFORM(MAC) should ditch DrawingAreaImpl and that we should not fix this bug; I'm just filing all the bugs so we can see how things land.
Tim Horton
I think it's pretty clear at this point that we're going the other route (stop using DrawingAreaImpl on Mac).