| commit | d88ee7c4ceeb1ade22e8525fdef60115fae7ae3e | [log] [tgz] |
|---|---|---|
| author | wangxianzhu <wangxianzhu@chromium.org> | Wed Jul 13 03:26:12 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 03:28:06 2016 |
| tree | 75a71b2d5a5d9534ab240632663d564accee4a54 | |
| parent | bd717794cd228563dafe102ca66cf8c614363438 [diff] |
Fix under-invalidation of frame scrollbar on hover Ensure the layoutView() of the frame is setMayNeedPaintInvalidation() when the scrollbar needs paint invalidation. BTW, combine PaintInvalidationCapableScrollableArea:: boxForScrollControlPaintInvalidation() and ScrollbarArea::layoutBox() which was added recently. BUG=625757 TEST=paint/invalidation/iframe-scrollbar-hover.html Review-Url: https://codereview.chromium.org/2136133002 Cr-Commit-Position: refs/heads/master@{#404958}