summaryrefslogtreecommitdiffstats
path: root/extensions/shell/BUILD.gn
diff options
context:
space:
mode:
authordenniskempin <denniskempin@google.com>2015-12-09 14:45:19 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-09 22:46:11 +0000
commit22cecce9f8fba6f5e369901196b33bcc8dc604bd (patch)
tree91051de4424443f36e495e563c6c40cbcb8a5464 /extensions/shell/BUILD.gn
parent0afefac603a8f469e90decfaed6b56b4084b86fa (diff)
downloadchromium_src-22cecce9f8fba6f5e369901196b33bcc8dc604bd.zip
chromium_src-22cecce9f8fba6f5e369901196b33bcc8dc604bd.tar.gz
chromium_src-22cecce9f8fba6f5e369901196b33bcc8dc604bd.tar.bz2
Fix timestamps for evdev devices
When converting timestamps from struct timeval to TimeDelta, the current version of the code is using a 32 bit integer, which wraps around before being converted to a 64 bit integer. This CL makes sure that we are using 64 bit integer to do the conversion, to fix timestamps being reported into input events in chrome. BUG=chromium:568240 Review URL: https://codereview.chromium.org/1511313002 Cr-Commit-Position: refs/heads/master@{#364186}
Diffstat (limited to 'extensions/shell/BUILD.gn')
0 files changed, 0 insertions, 0 deletions