зеркало из https://github.com/mozilla/pjs.git
Bug 727212 - Remove dead code. r=jwatt.
This commit is contained in:
Родитель
a9f6a28cf2
Коммит
6d3ab11f89
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче