WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 23188
23513
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug