commit | 77b23ecd9615ab026b9d1ffe0d8cf310f6efbc30 | [log] [tgz] |
---|---|---|
author | wangxianzhu <wangxianzhu@chromium.org> | Tue Nov 17 20:18:48 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 17 20:19:31 2015 |
tree | 6f0c0961acd2a04cfeee3edb708b210614386988 | |
parent | 74fce33853729f49a3574a930862aeed91274b09 [diff] |
Calculate paint invalidation rect for scrollbars Remove eager invalidation of scrollbars except when they are removed. Invalidate scrollbars during paint invalidation so that we can calculate paint invalidation rects for them. The rects are required by PaintController to calculate display item bounds. BUG=529938 Review URL: https://codereview.chromium.org/1406133005 Cr-Commit-Position: refs/heads/master@{#360144}