Bug 74109 - Optimize RenderObject::containingBlock().
Summary: Optimize RenderObject::containingBlock().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 11:21 PST by Andreas Kling
Modified: 2011-12-08 12:01 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (1.75 KB, patch)
2011-12-08 11:24 PST, Andreas Kling
hyatt: 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-08 11:21:27 PST
RenderObject::containingBlock() is pretty hawt (2.0%) when scrolling around on YouTube.
Comment 1 Andreas Kling 2011-12-08 11:24:17 PST
Created attachment 118431 [details]
Proposed patch
Comment 2 Dave Hyatt 2011-12-08 11:46:45 PST
Comment on attachment 118431 [details]
Proposed patch

r=me
Comment 3 Andreas Kling 2011-12-08 12:01:23 PST
Committed r102360: <http://trac.webkit.org/changeset/102360>