Bug 81768

Summary: [Qt] Apply tile removals at the same time as update buffer swaps.
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: New BugsAssignee: Jocelyn Turcotte <jturcotte>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth, menard, noam, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kenneth: review+

Description Jocelyn Turcotte 2012-03-21 05:32:01 PDT
[Qt] Apply tile removals at the same time as update buffer swaps.
Comment 1 Jocelyn Turcotte 2012-03-21 05:41:40 PDT
Created attachment 133024 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-03-21 06:10:50 PDT
Comment on attachment 133024 [details]
Patch

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

> Source/WebKit2/ChangeLog:13
> +        This patch fixes it by keeping rendering removed tiles until

rendering removed tiles?
Comment 3 Jocelyn Turcotte 2012-03-21 10:22:46 PDT
Committed r111565: <http://trac.webkit.org/changeset/111565>