提交 7552bf79 编写于 作者: C Collin Jackson

Fix Sky issue where RenderNode was not painting automatically in interactive situations

R=abarth@chromium.org, abarth

Review URL: https://codereview.chromium.org/1168623002
上级 d53de8ad
......@@ -98,6 +98,7 @@ abstract class RenderNode extends AbstractNode {
parent.markNeedsLayout();
} else {
_nodesNeedingLayout.add(this);
scheduler.ensureVisualUpdate();
}
}
static void flushLayout() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册