Bug 67390

Summary: TiledDrawingArea: Fix issues where the tiles of the previous scale would be removed too early.
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: New BugsAssignee: Jocelyn Turcotte <jturcotte>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch vestbo: review+

Description Jocelyn Turcotte 2011-09-01 05:33:33 PDT
TiledDrawingArea: Fix issues where the tiles of the previous scale would be removed too early.
Comment 1 Jocelyn Turcotte 2011-09-01 05:37:06 PDT
Created attachment 105945 [details]
Patch
Comment 2 Tor Arne Vestbø 2011-09-06 08:07:49 PDT
Comment on attachment 105945 [details]
Patch

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

lgtm

> Source/WebKit2/ChangeLog:12
> +          be replaced by the current incomplete tile set which may contain no tile at all.

tiles
Comment 3 Jocelyn Turcotte 2011-09-07 10:12:59 PDT
Committed r94678: <http://trac.webkit.org/changeset/94678>