Closed
Bug 1476773
Opened 7 years ago
Closed 7 years ago
Drop unused AnimationInfo::HasOpacityAnimation
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
Details
Attachments
(1 file)
It's not used at all, if it might be used in future, but even so we should make a generic function, something like HasAnimation(nsCSSPropertyID), given that we are going to support more properties on the compositor (bug 1371101).
https://treeherder.mozilla.org/#/jobs?repo=try&revision=56ca36e006a1211d8271e65f4f291a308f5edc8d
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8993107 [details]
Bug 1476773 - Drop AnimationInfo::HasOpacityAnimation and Layer::HasOpacityAnimation.
https://reviewboard.mozilla.org/r/257934/#review264840
Attachment #8993107 -
Flags: review?(bugmail) → review+
| Assignee | ||
Comment 3•7 years ago
|
||
Thanks!
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/895b80baae28
Drop AnimationInfo::HasOpacityAnimation and Layer::HasOpacityAnimation. r=kats
Comment 5•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
•