Bug 67548

Summary: RenderLayer::computeOffsetFromRoot traverses the layer's tree twice
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ahmad.saleem792, igor.oliveira, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 66901    
Bug Blocks:    

Julien Chaffraix
Reported 2011-09-02 18:15:07 PDT
This is actually a common pattern in RenderLayer to do 2 traversals (one to get the root() and the other one to compute our position relative to it). By tweaking the way we traverse the tree, we should be able to squash those 2 traversals in one.
Attachments
Ahmad Saleem
Comment 1 2023-09-27 16:36:12 PDT
This function was removed in following commit: https://github.com/WebKit/WebKit/commit/cfe4349f145ac534cdd1701c5b97eb090630bfb6 I don't think we need to fix this bug. @Alan / @Simon - Anything further needed or we can mark this as 'RESOLVED CONFIGURATION CHANGED'?
Note You need to log in before you can comment on or make changes to this bug.