| commit | f19f54dd68934165d539d3d1aaeb90a24f7e0049 | [log] [tgz] |
|---|---|---|
| author | wangxianzhu <wangxianzhu@chromium.org> | Wed Jul 20 01:06:41 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 20 01:10:44 2016 |
| tree | 370ae14f52d4630915971f0a332f648cde86ef2a | |
| parent | 281516541a3aa129b5a23c29cdfb926c99f3d516 [diff] |
Ensure invalidation in LayoutBlockChildNode::removeChildNodes() without notifyLayoutObject Some callers of LayoutBlockChildNode::removeChildNodes() passes notifyLayoutObject=false and we missed invalidation of the painting layer and the object. The test case is converted from a cluster-fuzz test case. BUG=628146 Review-Url: https://codereview.chromium.org/2160723006 Cr-Commit-Position: refs/heads/master@{#406436}