Bug 134836

Summary: [New Multicolumn] Crawl to check for compositing between us and the enclosingPaginationLayer
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

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.