Closed
Bug 1449640
Opened 7 years ago
Closed 7 years ago
Don't compute a scale for 3d transformed content
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8963300 [details]
Bug 1449640. Don't compute a scale for 3d transformed content.
https://reviewboard.mozilla.org/r/232204/#review237676
ChooseScaleAndSetTransform, my old nemesis. I never did understand that code, and I don't really understand this. But if it passes tests, r+
::: gfx/layers/wr/StackingContextHelper.cpp:18
(Diff revision 1)
> namespace layers {
>
> StackingContextHelper::StackingContextHelper()
> : mBuilder(nullptr)
> , mScale(1.0f, 1.0f)
> , mAffectsClipPositioning(false)
This constructor should initialize mIsPreserve3D also
Attachment #8963300 -
Flags: review?(bugmail) → review+
| Comment hidden (mozreview-request) |
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4d30ebcdc5ac
Don't compute a scale for 3d transformed content. r=kats
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Assignee: nobody → jmuizelaar
Comment 7•5 years ago
|
||
Adding a test for this in bug 1626865.
You need to log in
before you can comment on or make changes to this bug.
Description
•