Chromium Code Reviews
DescriptionDisable UserInputTracker DCHECK which is firing in unit tests.
UserInputTracker::OnInputEvent has a DCHECK to make sure that any
WebInputEvent received has a timeStampSeconds that isn't in the future.
The dcheck only fires in cases where we have a high resolution clock,
as high resolution clocks are guaranteed to be system-wide monotonic
across all processes (whereas the windows non-high res monotonic clock
can skew between processes).
This dcheck recently started firing in unit tests. For now, we just
disable the dcheck since the broken tests is causing issues for
other devs, but the real fix is to figure out why the input events have
timestamps in the future and fix that.
BUG=678093
Review-Url: https://codereview.chromium.org/2611943004
Cr-Commit-Position: refs/heads/master@{#441664}
Committed: https://chromium.googlesource.com/chromium/src/+/ec1a7d3712848ad33ca4adf21950877624d44ee0
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|
|||||||||||||||||||