mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
attempt to unhork build. bug 329315.
This commit is contained in:
parent
464e521f86
commit
add8320c31
@ -264,7 +264,7 @@ void gfxContext::IdentityMatrix()
|
||||
cairo_identity_matrix(mCairo);
|
||||
}
|
||||
|
||||
const gfxMatrix& gfxContext::CurrentMatrix() const
|
||||
gfxMatrix gfxContext::CurrentMatrix() const
|
||||
{
|
||||
cairo_matrix_t mat;
|
||||
cairo_get_matrix(mCairo, &mat);
|
||||
|
Loading…
Reference in New Issue
Block a user