Chromium Code Reviews
DescriptionSend input event's LatencyInfo back from renderer to browser when acked
Currently input event and its associated LatencyInfo are sent from
browser to renderer together. But the LatencyInfo is not sent back to
browser with individual input event, and only at frame swap time the
browser will get the aggregated LatencyInfo of all input events during
that frame. This makes it difficulte for browser side to track the
individual event's latency info if it is modified at renderer side.
In this CL we send the input event's LatencyInfo back from renderer
to browser when the input event is acked, so that if any update happens
to the event's LatencyInfo at renderer side, we can access the update
also in browser side.
BUG=261388
TEST=Added some latency component in renderer, and check that they can
be accessed from browser side.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216043
Patch Set 1 #Patch Set 2 : rebase & remove CrackMessage() #
Total comments: 2
Patch Set 3 : change PopTouchEventWithAck(ack) to PopTouchEventToClient(ack, latency_info) #
Total comments: 2
Patch Set 4 : fix indentation #Patch Set 5 : rebase #Patch Set 6 : fix compile error in immediate_input_router_unittest.cc #Messages
Total messages: 24 (0 generated)
|