RESOLVED CONFIGURATION CHANGED 134685
Should -[WebGLLayer display] call WebThreadLock?
https://bugs.webkit.org/show_bug.cgi?id=134685
Summary Should -[WebGLLayer display] call WebThreadLock?
Simon Fraser (smfr)
Reported 2014-07-07 10:53:11 PDT
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
Note You need to log in before you can comment on or make changes to this bug.