Bug 77470

Summary: Inform the tile cache whenever the visible rect changes
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 13:13:25 PST
Inform the tile cache whenever the visible rect changes
Comment 1 Anders Carlsson 2012-01-31 13:19:02 PST
Created attachment 124806 [details]
Patch
Comment 2 Andreas Kling 2012-01-31 13:28:26 PST
Comment on attachment 124806 [details]
Patch

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

Looks legit.

> Source/WebCore/ChangeLog:31
> +        Call through to the TielCache object.

Typo, TileCache.
Comment 3 Anders Carlsson 2012-01-31 13:33:29 PST
Committed r106385: <http://trac.webkit.org/changeset/106385>