Bug 139527

Summary: Optimize RenderElement::rendererForRootBackground() a bit
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Layout and RenderingAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kling, koivisto, kondapallykalyan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2014-12-10 20:47:42 PST
Optimize RenderElement::rendererForRootBackground() a bit by not calling Document::body(). We are only interested in the child element with <body> tag but Document::body() first checks if a <frameset> child if present.
Attachments
Patch (2.65 KB, patch)
2014-12-10 20:56 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-12-10 20:56:53 PST
Andreas Kling
Comment 2 2014-12-11 16:16:16 PST
Comment on attachment 243096 [details] Patch r=me
WebKit Commit Bot
Comment 3 2014-12-11 16:45:43 PST
Comment on attachment 243096 [details] Patch Clearing flags on attachment: 243096 Committed r177193: <http://trac.webkit.org/changeset/177193>
WebKit Commit Bot
Comment 4 2014-12-11 16:45:47 PST
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.