RESOLVED FIXED 134836
[New Multicolumn] Crawl to check for compositing between us and the enclosingPaginationLayer
https://bugs.webkit.org/show_bug.cgi?id=134836
Summary [New Multicolumn] Crawl to check for compositing between us and the enclosing...
Dave Hyatt
Reported 2014-07-11 10:26:10 PDT
The bits being set in updateLayerPositions just don't work, since compositing states can change without triggering that function. This patch just gets rid of the bit and does a crawl every time to check. This ensures that changes in compositing states don't necessitate any changes in pagination, since the lookup will always check the current compositing state.
Attachments
Patch (7.56 KB, patch)
2014-07-11 10:29 PDT, Dave Hyatt
dino: review+
Dave Hyatt
Comment 1 2014-07-11 10:29:10 PDT
Dave Hyatt
Comment 2 2014-07-14 12:52:00 PDT
Fixed in r171074
Note You need to log in before you can comment on or make changes to this bug.