RESOLVED FIXED 39496
Core Animation rendering should be performed on a non-main thread
https://bugs.webkit.org/show_bug.cgi?id=39496
Summary Core Animation rendering should be performed on a non-main thread
Adam Roben (:aroben)
Reported 2010-05-21 10:15:46 PDT
WebKit's Core Animation rendering all happens on the main thread currently. We could achieve much smoother animations by moving the rendering to a non-main thread, as on Mac.
Attachments
Adam Roben (:aroben)
Comment 1 2010-05-21 10:16:49 PDT
Adam Roben (:aroben)
Comment 2 2011-01-27 16:13:42 PST
Fixed by the fix for bug 53251.
Note You need to log in before you can comment on or make changes to this bug.