Closed
Bug 1333311
Opened 8 years ago
Closed 8 years ago
stylo: Remove the duplicated code in KeyframeEffectReadOnly::ComposeStyle
Categories
(Core :: DOM: Animation, defect, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
People
(Reporter: boris, Unassigned)
References
Details
According to Bug 1317209 Comment 36, both branches (i.e. Gecko and Servo) have the zero-length segment handling and the interpolate/<0.5/>=0.5 cases, which look very similar. It's better to refactor this part, so we can also reuse the code while implementing accumulate and addition.
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Assignee: boris.chiou → nobody
Updated•8 years ago
|
Blocks: stylo-nightly
Comment 1•8 years ago
|
||
The whole of stuff in ComposeStyleRule() for servo has been moved in Rust side in bug 1311257.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•