[Webkit-unassigned] [Bug 41409] Safari pegs CPU and drops frames on http://neography.com/experiment/circles/solarsystem/ (CSS animations)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 11:31:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41409





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-06-30 11:31:46 PST ---
One issue here is that in AnimationBase, m_fallbackAnimating is always set to true when we don't use hardware animation, resulting in isAnimationRunning() returning false, which causes us to not use hardware.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list