diff options
Diffstat (limited to 'layout/mathml/nsMathMLTokenFrame.cpp')
-rw-r--r-- | layout/mathml/nsMathMLTokenFrame.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layout/mathml/nsMathMLTokenFrame.cpp b/layout/mathml/nsMathMLTokenFrame.cpp index 7558664f21..c57e97e615 100644 --- a/layout/mathml/nsMathMLTokenFrame.cpp +++ b/layout/mathml/nsMathMLTokenFrame.cpp @@ -193,7 +193,8 @@ nsMathMLTokenFrame::Place(DrawTarget* aDrawTarget, // place and size the child; (dx,0) makes the caret happy - bug 188146 dy = childSize.Height() == 0 ? 0 : aDesiredSize.BlockStartAscent() - childSize.BlockStartAscent(); - FinishReflowChild(childFrame, PresContext(), childSize, nullptr, dx, dy, 0); + FinishReflowChild(childFrame, PresContext(), childSize, nullptr, dx, dy, + ReflowChildFlags::Default); dx += childSize.Width(); } } |