commit | 8c0c32361a933e23ed11c206413c381588fe44d8 | [log] [tgz] |
---|---|---|
author | wangxianzhu <[email protected]> | Tue Apr 12 19:53:12 2016 |
committer | Commit bot <[email protected]> | Tue Apr 12 19:55:30 2016 |
tree | 82840320928edebaf395fc5edc5246c6f6bddd94 | |
parent | 213532305c042d211476e48eee239fd1e895d84b [diff] |
Invalidate the bigger rect if one rect contains the other in LayoutObject::fullyInvalidateRect() This reduces the cost along the path from LayoutObject::invalidatePaintUsingContainer() to RecordingSource::SetNeedsDisplayRect(), and the cost of InvalidationRegion::Union(). BUG=602068 Review URL: https://codereview.chromium.org/1882473002 Cr-Commit-Position: refs/heads/master@{#386782}