Bug 77486

Summary: TileCache::setNeedsDisplayInRect cleanup
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2012-01-31 15:45:20 PST
TileCache::setNeedsDisplayInRect cleanup
Comment 1 Anders Carlsson 2012-01-31 15:49:17 PST
Created attachment 124836 [details]
Patch
Comment 2 Andreas Kling 2012-01-31 15:52:59 PST
Comment on attachment 124836 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        No new tests. (OOPS!)

OOPS

> Source/WebCore/platform/graphics/ca/mac/TileCache.mm:222
> +void TileCache::getTileIndexRangeForRect(const IntRect& rect, IntPoint& topLeft, IntPoint& bottomRight)

The 2nd and 3rd arguments should be TileIndex&
Comment 3 Anders Carlsson 2012-01-31 15:58:15 PST
Committed r106411: <http://trac.webkit.org/changeset/106411>