Closed
Bug 1479133
Opened 7 years ago
Closed 7 years ago
Enable test for bug 1478643 on WebRender
Categories
(Core :: DOM: Animation, enhancement, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
We have to call WebRenderLayerManager::AddCompositorAnimationsIdForDiscard somewhere for the case in bug 1478643.
Blocks: 1452165
Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•7 years ago
|
||
Do'h idiot! I've been noticing that we have to need to fix RestyleManager::AddLayerChangesForAnimation for WebRender, but haven't filed yet. And I did totally forget about it. :/
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6751a1c8faffed6e6b4d96eef347c1ba06c88010
Assignee: nobody → hikezoe
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8995838 [details]
Bug 1479133 - Use AnimationInfo::GetGenerationFromFrame to get the animation generation for WebRender.
https://reviewboard.mozilla.org/r/260182/#review267180
::: layout/base/RestyleManager.cpp:1797
(Diff revision 1)
> - // for the property but have no layer.
> + // for the property but have no layer or corresponding animation info on
> + // the WebRender.
...but have no layer or, for the case of WebRender, no corresponding animation info.
Attachment #8995838 -
Flags: review?(bbirtles) → review+
Comment hidden (mozreview-request) |
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0626f30fbcd3
Use AnimationInfo::GetGenerationFromFrame to get the animation generation for WebRender. r=birtles
Comment 7•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•