RESOLVED FIXED 81762
TiledBackingStore: Create the first round of tiles synchronously after setting the visible rect.
https://bugs.webkit.org/show_bug.cgi?id=81762
Summary TiledBackingStore: Create the first round of tiles synchronously after settin...
Jocelyn Turcotte
Reported 2012-03-21 04:57:20 PDT
TiledBackingStore: Create the first round of tiles synchronously after setting the visible rect.
Attachments
Patch (1.79 KB, patch)
2012-03-21 05:02 PDT, Jocelyn Turcotte
kenneth: review+
Jocelyn Turcotte
Comment 1 2012-03-21 05:02:38 PDT
Kenneth Rohde Christiansen
Comment 2 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?
Jocelyn Turcotte
Comment 3 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().
Jocelyn Turcotte
Comment 4 2012-03-21 10:18:27 PDT
Note You need to log in before you can comment on or make changes to this bug.