Bug 75938

Summary: [chromium] Reuse old timebase when activating CCDelayBasedTimeSource
Product: WebKit Reporter: Nat Duca <nduca>
Component: New BugsAssignee: Nat Duca <nduca>
Status: RESOLVED FIXED    
Severity: Normal CC: cc-bugs, jamesr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Nat Duca 2012-01-09 22:39:57 PST
[chromium] Reuse old timebase when activating CCDelayBasedTimeSource
Comment 1 Nat Duca 2012-01-09 22:40:21 PST
Created attachment 121797 [details]
Patch
Comment 2 James Robinson 2012-01-09 23:40:35 PST
Comment on attachment 121797 [details]
Patch

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

R=me

> Source/WebCore/platform/graphics/chromium/cc/CCDelayBasedTimeSource.h:57
> +    void postNextTickTask(double now);

looks like this is millis, but since we've been talking about having untagged types be in seconds can we type-tag this value?
Comment 3 Nat Duca 2012-01-10 15:11:58 PST
Created attachment 121916 [details]
Patch for landing
Comment 4 WebKit Review Bot 2012-01-10 15:50:50 PST
Comment on attachment 121916 [details]
Patch for landing

Clearing flags on attachment: 121916

Committed r104644: <http://trac.webkit.org/changeset/104644>
Comment 5 WebKit Review Bot 2012-01-10 15:50:54 PST
All reviewed patches have been landed.  Closing bug.