Closed
Bug 1387667
Opened 8 years ago
Closed 6 years ago
stylo: Add the style backend flag to ProcessMatrixOperator
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1551991
People
(Reporter: boris, Unassigned)
References
Details
Currently, we use the unit of the nsCSSValue to distinguish which backend we are using [1] in ProcessMatrixOperator. However, this is just a short-term solution and we don't like it, so it's better to add a backend flag for it.
[1] http://searchfox.org/mozilla-central/rev/765cc1b925c5d32d05111c364257a0b79bf2952e/layout/style/nsStyleTransformMatrix.cpp#536
Comment 2•8 years ago
|
||
I wonder we don't use ProcessMatrixOperator if we use interpolation code in servo on the compositor.
Updated•8 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Comment 3•8 years ago
|
||
status-firefox59:
--- → ?
Reporter | ||
Comment 4•6 years ago
|
||
This is fixed by Bug 1551991 (D31314). No necessary to add a flag.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•