mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Fixed warning.
This commit is contained in:
parent
7f85a80420
commit
c1a0029188
@ -2366,8 +2366,8 @@ nsPoint thePath[MAXPATHSIZE];
|
||||
PRInt16 np;
|
||||
nsMargin border;
|
||||
nscoord twipsPerPixel,qtwips;
|
||||
float p2t,x,y;
|
||||
nsTransform2D *theTransform;
|
||||
float p2t;
|
||||
|
||||
|
||||
aBorderStyle.CalcBorderFor(aForFrame, border);
|
||||
if ((0 == border.left) && (0 == border.right) &&
|
||||
|
@ -2366,8 +2366,8 @@ nsPoint thePath[MAXPATHSIZE];
|
||||
PRInt16 np;
|
||||
nsMargin border;
|
||||
nscoord twipsPerPixel,qtwips;
|
||||
float p2t,x,y;
|
||||
nsTransform2D *theTransform;
|
||||
float p2t;
|
||||
|
||||
|
||||
aBorderStyle.CalcBorderFor(aForFrame, border);
|
||||
if ((0 == border.left) && (0 == border.right) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user