[Webkit-unassigned] [Bug 134685] New: Should -[WebGLLayer display] call WebThreadLock?
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 7 10:52:54 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134685
Summary: Should -[WebGLLayer display] call WebThreadLock?
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: simon.fraser at apple.com
CC: dino at apple.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list