InputHandlerProxy to inform blink scheduler of input events
commit1ec1dbcc68ee3590b3b296617c5eaafb1e6de04b
authoralexclarke <alexclarke@chromium.org>
Fri, 12 Sep 2014 11:23:30 +0000 (12 04:23 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Sep 2014 11:25:17 +0000 (12 11:25 +0000)
tree4f813fa4308bd9e732805e6229ca587520bccf19
parent1c8d7094bc17cfc3ec05bc710ca6e76c463f519e
InputHandlerProxy to inform blink scheduler of input events

The blink scheduler needs to know when input events are received since
it uses that as a signal to prioritize compositor tasks
over other main thread tasks which reduces queueing durations and
input event latency.

BUG=391005, 411520

Review URL: https://codereview.chromium.org/557403002

Cr-Commit-Position: refs/heads/master@{#294573}
content/renderer/input/input_handler_proxy.cc
content/renderer/input/input_handler_proxy_client.h
content/renderer/input/input_handler_proxy_unittest.cc
content/renderer/input/input_handler_wrapper.cc
content/renderer/input/input_handler_wrapper.h