Closed
Bug 1392502
Opened 8 years ago
Closed 8 years ago
Fix 2d/3d transform check in StackingContextHelper
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: ethlin, Assigned: ethlin)
References
Details
Attachments
(1 file)
I think the check at [1] is wrong. The nullptr aTransformPtr doesn't mean it's a 2d transform. This causes some try failures. I'll fix it.
[1] https://dxr.mozilla.org/mozilla-central/rev/a9d372645a32b8d23d44244f351639af9d73b96a/gfx/layers/wr/StackingContextHelper.cpp#82
| Assignee | ||
Comment 1•8 years ago
|
||
We should take null transform as a 2D transform (identity transform).
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 3•8 years ago
|
||
We can use "layout/reftests/bugs/635302-1.html" to test.
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8899702 [details]
Bug 1392502 - Fix 2d/3d transform check in StackingContextHelper.
https://reviewboard.mozilla.org/r/171016/#review176190
Attachment #8899702 -
Flags: review?(mtseng) → review+
Pushed by ethlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/224998af578c
Fix 2d/3d transform check in StackingContextHelper. r=mtseng
Comment 6•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•