Bug 67390 - TiledDrawingArea: Fix issues where the tiles of the previous scale would be removed too early.
Summary: TiledDrawingArea: Fix issues where the tiles of the previous scale would be r...
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: Jocelyn Turcotte
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-01 05:33 PDT by Jocelyn Turcotte
Modified: 2011-09-07 10:12 PDT (History)
0 users

See Also:


Attachments
Patch (3.93 KB, patch)
2011-09-01 05:37 PDT, Jocelyn Turcotte
vestbo: review+
Details | Formatted Diff | Diff

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