Change default timestamp to 64 bits in all webrtc directories.
BUG= R=pbos@webrtc.org, pthatcher@webrtc.org, solenberg@webrtc.org Review URL: https://codereview.webrtc.org/1835053002 . Cr-Commit-Position: refs/heads/master@{#12646}
This commit is contained in:
@ -54,7 +54,7 @@ struct DeletedLockChecker {
|
||||
static void DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder(
|
||||
MessageQueue* q) {
|
||||
EXPECT_TRUE(q != NULL);
|
||||
TimeStamp now = Time();
|
||||
int64_t now = TimeMillis();
|
||||
q->PostAt(now, NULL, 3);
|
||||
q->PostAt(now - 2, NULL, 0);
|
||||
q->PostAt(now - 1, NULL, 1);
|
||||
|
||||
Reference in New Issue
Block a user