Bug 86033

Summary: Speed up some parts of TileCache drawing
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2012-05-09 16:16:59 PDT
Speed up some parts of TileCache drawing
Comment 1 Anders Carlsson 2012-05-09 16:19:10 PDT
Created attachment 141043 [details]
Patch
Comment 2 Sam Weinig 2012-05-09 17:06:18 PDT
Comment on attachment 141043 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=141043&action=review

> Source/WebCore/platform/graphics/ca/mac/TileCache.mm:278
> +    if (m_isInWindow && m_canHaveScrollbars) {

Can you add a comment here about why this predicate is right?  It might make sense to pull it out into a variable with a descriptive name.
Comment 3 Anders Carlsson 2012-05-09 17:11:56 PDT
Committed r116579: <http://trac.webkit.org/changeset/116579>