Bug 75938 - [chromium] Reuse old timebase when activating CCDelayBasedTimeSource
Summary: [chromium] Reuse old timebase when activating CCDelayBasedTimeSource
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nat Duca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 22:39 PST by Nat Duca
Modified: 2012-01-10 15:50 PST (History)
3 users (show)

See Also:


Attachments
Patch (9.56 KB, patch)
2012-01-09 22:40 PST, Nat Duca
no flags Details | Formatted Diff | Diff
Patch for landing (9.98 KB, patch)
2012-01-10 15:11 PST, Nat Duca
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.