WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug