WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jocelyn Turcotte
Comment 1
2012-03-21 05:02:38 PDT
Created
attachment 133013
[details]
Patch
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
Committed
r111561
: <
http://trac.webkit.org/changeset/111561
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug