Bug 759671 - reapply missing chunk from bug 722011 to fix build on OpenBSD - r=ms2ger

This commit is contained in:
Landry Breuil 2012-06-01 15:12:44 -07:00
parent e358a30437
commit caf14f769e

View File

@ -1720,7 +1720,7 @@ const SkMatrix& SkMatrix::I() {
gOnce = true;
}
return gIdentity;
};
}
const SkMatrix& SkMatrix::InvalidMatrix() {
static SkMatrix gInvalid;