mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Fix comment in nsStyleTransformMatrix.h.
This commit is contained in:
parent
f25848dfe4
commit
d9e602a186
@ -171,11 +171,11 @@ class nsStyleTransformMatrix
|
||||
*
|
||||
* | 0 0 mX[0]|
|
||||
* | 0 0 mX[1]| <-- Scaled by width of element
|
||||
* | 0 0 1|
|
||||
* | 0 0 0|
|
||||
*
|
||||
* | 0 0 mY[0]|
|
||||
* | 0 0 mY[1]| <-- Scaled by height of element
|
||||
* | 0 0 1|
|
||||
* | 0 0 0|
|
||||
*/
|
||||
float mMain[4];
|
||||
nscoord mDelta[2];
|
||||
|
Loading…
Reference in New Issue
Block a user