forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert 256134 "Cast: Using a min filter to compute time offset"
End2EndTest.ResetReferenceFrameId started failing very frequently with 256134 and closing the tree. BUG=351241 > Cast: Using a min filter to compute time offset > > Modifying the time offset filter to take to minimum of the first 10 values. > Once ten offset values were seen, the value will be constant for the entire session. > This may be justified by the fact we are seeking the offset between sender and > receiver without accounting the network jitter. > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255166 > > Review URL: https://codereview.chromium.org/186043003 TBR=mikhal@chromium.org Review URL: https://codereview.chromium.org/195293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256246 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
dmichael@chromium.org
committed
Mar 11, 2014
1 parent
f4035f5
commit 650ebe5
Showing
3 changed files
with
28 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters