[Webkit-unassigned] [Bug 19028] Implement CSS Animation (with keyframes, events, interfaces, etc)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 13 10:44:32 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19028





------- Comment #4 from hyatt at apple.com  2008-05-13 10:44 PDT -------
Don't ever do

if (layer())

That makes a virtual function call.  We have 

if (hasLayer())

that checks a bit just to avoid that.

I'm a bit confused as to why a bunch of animation functions got added to
RenderObject.  That doesn't seem appropriate, especially given that they're
just calling through to a layer...


-- 
Configure bugmail: http://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