DescriptionUse MSG.time for WebInputEvent timestamps on Windows
Previously on Windows, WebInputEvents generated from ui::Events would call
|GetMessageTime()| to initialize the WebInputEvent timestamp. There are no
guarantees that such a call is valid at that time. Instead, use the MSG.time
timestamp generated when the ui::Event was first created from the HWND message.
BUG=367156
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267056
Patch Set 1 #Patch Set 2 : DCHECK? #Patch Set 3 : Actually pass in the timestamp... #
Total comments: 1
Patch Set 4 : Fix style #
Messages
Total messages: 12 (0 generated)
|