Bug 70712

Summary: [chromium] Expose WebThread::postDelayedTask to CCThread
Product: WebKit Reporter: Nat Duca <nduca>
Component: New BugsAssignee: Nat Duca <nduca>
Status: RESOLVED FIXED    
Severity: Normal CC: jamesr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 70713    
Attachments:
Description Flags
Patch
none
Patch jamesr: review+

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.