Bug 80288

Summary: Make it explicit when we are allowing updates to the actual backing store or the tile buffers
Product: WebKit Reporter: Alexander Færøy <ahf>
Component: WebKit QtAssignee: Alexander Færøy <ahf>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth, noam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch noam: review+

Description Alexander Færøy 2012-03-05 08:01:17 PST
We need to make it more clean when we are disallowing updates to either the actual backing store (recreating the tiled region) or to the tile buffers, as this has caused confusions in the past.
Comment 1 Alexander Færøy 2012-03-05 08:04:46 PST
Created attachment 130136 [details]
Patch
Comment 2 Noam Rosenthal 2012-03-05 09:17:55 PST
Comment on attachment 130136 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        Make it explit when we are allowing updates to the actual backing store or the tile buffers

you mean explicit?
Comment 3 Alexander Færøy 2012-03-06 04:22:22 PST
Committed r109897: <http://trac.webkit.org/changeset/109897>