Bug 308942
| Summary: | Fix PlatformDisplayAndroid usage of eglGetPlatformDisplay to avoid compatibility issues with some Android versions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | lmm128 |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
lmm128
As it is done with the regular WPE code, need to do proper checks to use eglGetPlatformDisplayEXT or eglGetPlatformDisplay, and return nullptr otherwise so that it fallback to eglGetDisplay.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
lmm128
Pull request: https://github.com/WebKit/WebKit/pull/59688
EWS
Committed 308618@main (d6127be96fcf): <https://commits.webkit.org/308618@main>
Reviewed commits have been landed. Closing PR #59688 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/171701462>