mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 727212 - Remove dead code. r=jwatt.
This commit is contained in:
parent
44d02d371c
commit
9d362123c0
@ -271,12 +271,6 @@ nsSVGForeignObjectFrame::PaintSVG(nsSVGRenderState *aContext,
|
||||
|
||||
gfx->Multiply(matrixForChildren);
|
||||
|
||||
// Transform the dirty rect into the rectangle containing the
|
||||
// transformed dirty rect.
|
||||
gfxMatrix invmatrix = matrix.Invert();
|
||||
NS_ASSERTION(!invmatrix.IsSingular(),
|
||||
"inverse of non-singular matrix should be non-singular");
|
||||
|
||||
PRUint32 flags = nsLayoutUtils::PAINT_IN_TRANSFORM;
|
||||
if (aContext->IsPaintingToWindow()) {
|
||||
flags |= nsLayoutUtils::PAINT_TO_WINDOW;
|
||||
|
Loading…
Reference in New Issue
Block a user