提交 8198a29b 编写于 作者: H Hixie

Remove a bogus .ceilToDouble() call.

TBR=abarth

Review URL: https://codereview.chromium.org/1173783002
上级 a68b53ae
......@@ -77,7 +77,7 @@ class RenderParagraph extends RenderBox {
double _getIntrinsicHeight(BoxConstraints constraints) {
_layout(constraints);
return constraints.constrainHeight(
_applyFloatingPointHack(_layoutRoot.rootElement.height.ceilToDouble));
_applyFloatingPointHack(_layoutRoot.rootElement.height));
}
double getMinIntrinsicHeight(BoxConstraints constraints) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册