[webkit-reviews] review requested: [Bug 82237] [chromium] assertion being hit in CCLayerAnimationController : [Attachment 134821] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 30 08:51:30 PDT 2012


vollick at chromium.org has asked	for review:
Bug 82237: [chromium] assertion being hit in CCLayerAnimationController
https://bugs.webkit.org/show_bug.cgi?id=82237

Attachment 134821: Patch
https://bugs.webkit.org/attachment.cgi?id=134821&action=review

------- Additional Comments from vollick at chromium.org
When pushing 'new' animations to the impl thread, the old code did not consider
that
the animation may be missing on the impl thread because it has already
completed. In
that case, the old animation would have already notified that it had started
and the
main thread animation would no longer need a synchronized start time.


More information about the webkit-reviews mailing list