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

Description Simon Fraser (smfr) 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.
Comment 1 Simon Fraser (smfr) 2012-06-27 23:04:02 PDT
Created attachment 149878 [details]
Patch
Comment 2 James Robinson 2012-06-28 10:27:17 PDT
Comment on attachment 149878 [details]
Patch

R=me
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-06-28 11:09:09 PDT
All reviewed patches have been landed.  Closing bug.