Bug 90045

Summary: Change FrameView::scrollContentsFastPath to use m_fixedObjects
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aelias, dbates, jamesr, sam, simon.fraser, skyostil, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 90046    
Attachments:
Description Flags
Patch none

Simon Fraser (smfr)
Reported 2012-06-26 22:49:07 PDT
Bug 78864 added a FixedObjectSet on FrameView. We should change FrameView::scrollContentsFastPath() to use this, rather than positionedObjects(), because it will also get used for position:sticky.
Attachments
Patch (3.99 KB, patch)
2012-06-27 23:04 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2012-06-27 23:04:02 PDT
James Robinson
Comment 2 2012-06-28 10:27:17 PDT
Comment on attachment 149878 [details] Patch R=me
WebKit Review Bot
Comment 3 2012-06-28 11:09:02 PDT
Comment on attachment 149878 [details] Patch Clearing flags on attachment: 149878 Committed r121443: <http://trac.webkit.org/changeset/121443>
WebKit Review Bot
Comment 4 2012-06-28 11:09:09 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.