提交 3971d9af 编写于 作者: E Eric Seidel

Remove bogus assert in layout()

TBR=ianh@google.com

Review URL: https://codereview.chromium.org/1157433006
上级 faf554f0
......@@ -125,7 +125,7 @@ abstract class RenderNode extends AbstractNode {
print(stack);
return;
}
assert(!_needsLayout); // check that the relayout() method marked us "not dirty"
_needsLayout = false;
}
void layout(dynamic constraints, { bool parentUsesSize: false }) {
RenderNode relayoutSubtreeRoot;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册