Bug 45447
| Summary: | steps() doesn't need regular animation service | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dean Jackson <dino> |
| Component: | CSS | Assignee: | Dean Jackson <dino> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ahmad.saleem792, cmarrin, graouts, mwang, simon.fraser |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | OS X 10.5 | ||
Dean Jackson
Update AnimationBase::timeToNextService() to look for a steps timing function so it isn't iterating non-stop but doing nothing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Wang
Do you think if this issue is same with https://bugs.webkit.org/show_bug.cgi?id=146451 , which has simple test case to be reproduced?
Simon Fraser (smfr)
No, it is unrelated.
Ahmad Saleem
AnimationBase code is gone - https://github.com/WebKit/WebKit/commit/15433766d180265ef8953942e2ec0d23eb7d8f52
@Antoine - anything or we can close this?
Antoine Quint
We have logic to schedule frames sparingly when a steps() timing function is involved, this was added in 225012@main.
*** This bug has been marked as a duplicate of bug 212103 ***