Bug 81762

Summary: TiledBackingStore: Create the first round of tiles synchronously after setting the visible rect.
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: New BugsAssignee: Jocelyn Turcotte <jturcotte>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kenneth: review+

Description Jocelyn Turcotte 2012-03-21 04:57:20 PDT
TiledBackingStore: Create the first round of tiles synchronously after setting the visible rect.
Comment 1 Jocelyn Turcotte 2012-03-21 05:02:38 PDT
Created attachment 133013 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-03-21 05:04:44 PDT
Comment on attachment 133013 [details]
Patch

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

> Source/WebCore/platform/graphics/TiledBackingStore.cpp:78
> -    startBackingStoreUpdateTimer();
> +    createTiles();

Are you sure we dont need any of the ifś inside the startBAckingStoreUpdateTimer?
Comment 3 Jocelyn Turcotte 2012-03-21 08:30:16 PDT
(In reply to comment #2)
> Are you sure we dont need any of the ifś inside the startBAckingStoreUpdateTimer?

Yep, the same protections are already in createTiles().
Comment 4 Jocelyn Turcotte 2012-03-21 10:18:27 PDT
Committed r111561: <http://trac.webkit.org/changeset/111561>