Commit 162c3111 authored by Kevin Schoedel's avatar Kevin Schoedel Committed by Commit Bot

Document that webview input events are in microseconds.

Bug: b/141992733
Change-Id: Ifff0300df4c36ae8eed67541bda35a5fb0187013
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869832Reviewed-by: default avatarDaniel Nicoara <dnicoara@chromium.org>
Commit-Queue: Kevin Schoedel <kpschoedel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707556}
parent 9a3d7d74
...@@ -67,6 +67,7 @@ message MouseEvent { ...@@ -67,6 +67,7 @@ message MouseEvent {
message InputEvent { message InputEvent {
int32 event_type = 1; int32 event_type = 1;
int32 flags = 2; int32 flags = 2;
// Event timestamps are in monotonically increasing microseconds.
int64 timestamp = 3; int64 timestamp = 3;
KeyInput key = 4; KeyInput key = 4;
TouchInput touch = 5; TouchInput touch = 5;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment