/* Sync objects */ WebGLSync? fenceSync(GLenum condition, GLbitfield flags); GLboolean isSync(WebGLSync? sync); void deleteSync(WebGLSync? sync); GLenum clientWaitSync(WebGLSync? sync, GLbitfield flags, GLuint64 timeout); void waitSync(WebGLSync? sync, GLbitfield flags, GLuint64 timeout); /* TODO: document return type */ any getSyncParameter(WebGLSync? sync, GLenum pname);
<rdar://problem/15002416>
Created attachment 404506 [details] Patch
Created attachment 404538 [details] rebaseline test
Comment on attachment 404538 [details] rebaseline test Fantastic work James! LGTM too.
jdarpinian@chromium.org does not have committer permissions according to https://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. Rejecting attachment 404538 [details] from commit queue.
Committed r264535: <https://trac.webkit.org/changeset/264535> All reviewed patches have been landed. Closing bug and clearing flags on attachment 404538 [details].
<rdar://problem/65745409>