Bug 74001

Summary: Micro-optimize ScrollView::visibleContentRect().
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Andreas Kling 2011-12-07 08:25:40 PST
We can reorder this code a bit to reduce the number of virtual calls.
Comment 1 Andreas Kling 2011-12-07 08:33:20 PST
Created attachment 118214 [details]
Patch
Comment 2 Andreas Kling 2011-12-07 08:40:43 PST
Committed r102243: <http://trac.webkit.org/changeset/102243>