Bug 74001 - Micro-optimize ScrollView::visibleContentRect().
Summary: Micro-optimize ScrollView::visibleContentRect().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 08:25 PST by Andreas Kling
Modified: 2011-12-07 08:40 PST (History)
0 users

See Also:


Attachments
Patch (2.08 KB, patch)
2011-12-07 08:33 PST, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>