зеркало из https://github.com/mozilla/gecko-dev.git
Bug 892108: Simplify a SVG check to use HasViewBoxOrSyntheticViewBox(). r=jwatt
This commit is contained in:
Родитель
d8c75a1cac
Коммит
7e1eec97eb
|
@ -456,7 +456,7 @@ nsSVGOuterSVGFrame::Reflow(nsPresContext* aPresContext,
|
|||
// used when painting the former, but not when painting the latter)) is
|
||||
// handled in SVGSVGElement::FlushImageTransformInvalidation.
|
||||
//
|
||||
if (svgElem->HasViewBoxRect() || svgElem->ShouldSynthesizeViewBox()) {
|
||||
if (svgElem->HasViewBoxOrSyntheticViewBox()) {
|
||||
nsIFrame* anonChild = GetFirstPrincipalChild();
|
||||
anonChild->AddStateBits(NS_FRAME_IS_DIRTY);
|
||||
for (nsIFrame* child = anonChild->GetFirstPrincipalChild(); child;
|
||||
|
|
Загрузка…
Ссылка в новой задаче