Bug 134685
| Summary: | Should -[WebGLLayer display] call WebThreadLock? | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | dino, kkinnunen |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
WebLayer's -display looks like:
- (void)display
{
#if PLATFORM(IOS)
if (pthread_main_np())
WebThreadLock();
#endif
and this is necessary since this as a place where CA calls back into WebKit.
This lock is missing in the WebGL -display implementation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |