Closed
Bug 1399667
Opened 7 years ago
Closed 7 years ago
Use RequestRestyle(Layer) instead of SchedulePaint in RegisterTraget/UnregisterTarget
Categories
(Core :: DOM: Animation, enhancement)
Core
DOM: Animation
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: hiro, Unassigned)
References
Details
In bug 1397057, we introduced SchedulePaint calls for retained display list, but it should be RequestRestyle(Layer) ideally (I guess).
Also, bug 1397057 fixed the panic (bug 1399349) which is that there are dirty bits after traversal, I think we should know what happened there.
Reporter | ||
Comment 1•7 years ago
|
||
This bug is no longer valid since the code has been backed-out in bug 1400022, also :mattwoodrow took another approach. https://hg.mozilla.org/projects/graphics/rev/4c7a091d2489
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•