Closed
Bug 1616140
Opened 5 years ago
Closed 5 years ago
Cleanup animation related code in WebRender
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
Details
Attachments
(2 files)
append_dynamic_properties is used only for transforms generated by APZC, the function doesn't need to take DynamicProperties which is including opacity animations.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
It's only for transforms by APZC.
Pushed by hikezoe.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4d6cb9cd66fa
Use Vec::with_capacity() instead of Vec::new(). r=gw
https://hg.mozilla.org/integration/autoland/rev/57b23bc537f2
Rename append_dynamic_properties to append_dynamic_transform_properties. r=gw
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4d6cb9cd66fa
https://hg.mozilla.org/mozilla-central/rev/57b23bc537f2
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•