[Webkit-unassigned] [Bug 20119] Execute CSS Animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 4 11:54:56 PDT 2008


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





------- Comment #7 from hyatt at apple.com  2008-08-04 11:54 PDT -------
(From update of attachment 22437)
I am concerned about the performance implications of:

 void RenderObject::setAnimatableStyle(RenderStyle* style)
 {
-    if (!isText() && m_style && style)
+    if (!isText() && style)
         style = animation()->updateAnimations(this, style);


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



More information about the webkit-unassigned mailing list