RESOLVED FIXED 70712
[chromium] Expose WebThread::postDelayedTask to CCThread
https://bugs.webkit.org/show_bug.cgi?id=70712
Summary [chromium] Expose WebThread::postDelayedTask to CCThread
Nat Duca
Reported 2011-10-24 01:42:15 PDT
[chromium] Expose WebThread::postDelayedTask to CCThread
Attachments
Patch (3.65 KB, patch)
2011-10-24 01:42 PDT, Nat Duca
no flags
Patch (3.52 KB, patch)
2011-10-24 12:33 PDT, Nat Duca
jamesr: review+
Nat Duca
Comment 1 2011-10-24 01:42:35 PDT
Nat Duca
Comment 2 2011-10-24 01:47:05 PDT
Hopefully straightforward, though I'd love advice whether to use double for delay or int. WebCore uses double and the platform silently floors it, which is what I did.
James Robinson
Comment 3 2011-10-24 11:53:06 PDT
I'd prefer we do delays as long long millis.
Nat Duca
Comment 4 2011-10-24 12:33:25 PDT
James Robinson
Comment 5 2011-10-24 13:01:39 PDT
Comment on attachment 112232 [details] Patch R=me
Nat Duca
Comment 6 2011-10-24 13:11:06 PDT
Note You need to log in before you can comment on or make changes to this bug.