mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 04:16:16 +00:00
Fixing my bustage.
This commit is contained in:
parent
700176de28
commit
ff88946009
@ -237,6 +237,7 @@ nsThebesRenderingContext::SetTranslation(nscoord aX, nscoord aY)
|
||||
mat->ToValues(&a, &b, &c, &d, &tx, &ty);
|
||||
gfxMatrix newMat(a, b, c, d, aX, aY);
|
||||
mThebes->SetMatrix(&newMat);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
Reference in New Issue
Block a user