RESOLVED DUPLICATE of bug 2318823513
Rename some animation-related methods for clarity
https://bugs.webkit.org/show_bug.cgi?id=23513
Summary Rename some animation-related methods for clarity
Simon Fraser (smfr)
Reported 2009-01-23 21:05:50 PST
In Animation: bool direction() const { return m_direction; } This needs to have an enum. int iterationCount() const { return m_iterationCount; } This needs a constant for the magic "-1" value. In AnimationBase: virtual double willNeedService(); "willNeedService" sounds like it returns a bool, but it does not.
Attachments
Simon Fraser (smfr)
Comment 1 2009-02-03 17:50:47 PST
*** This bug has been marked as a duplicate of 23188 ***
Note You need to log in before you can comment on or make changes to this bug.