Bug 77470 - Inform the tile cache whenever the visible rect changes
Summary: Inform the tile cache whenever the visible rect changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 13:13 PST by Anders Carlsson
Modified: 2012-01-31 13:33 PST (History)
0 users

See Also:


Attachments
Patch (10.20 KB, patch)
2012-01-31 13:19 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>