Closed
Bug 1429467
Opened 8 years ago
Closed 8 years ago
ChooseScaleAndSetTransform does not take incoming scale in to account when choosing scale for animation
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: jnicol, Assigned: jnicol)
Details
Attachments
(1 file)
In FrameLayerBuilder, ChooseScaleAndSetTransform does not take the incoming scale in to account when calling nsLayoutUtils::ComputeSuitableScaleForAnimation. So while this prevents individual transforms from creating a layer too large, nested transforms each with a small scale can add up and result in huge layers.
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8941485 [details]
Bug 1429467 - Take ancestors' scales in to account when choosing scale for animations.
https://reviewboard.mozilla.org/r/211762/#review217680
Attachment #8941485 -
Flags: review?(matt.woodrow) → review+
Pushed by jnicol@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c026dda65eb
Take ancestors' scales in to account when choosing scale for animations. r=mattwoodrow
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•