Fire an accessible click event when a web node is clicked on.
The Android platform wants an accessible "click" event on any on-screen
view that gets clicked on, whether the source of the click is the touch
screen, mouse, keyboard, or even a direct API call.
Implement it by hooking into EventDispatcher::dispatchEventPostProcess
so that it doesn't matter what the source of the click event was.
BUG=
566166
Committed:
https://crrev.com/d33b01f23e72c32f330a0295f8a696f7d55c6cef
Cr-Commit-Position: refs/heads/master@{#374404}