VR: Add gesture token to vrdisplayactivate, remove cardboard compat hack

This CL adds a gesture token to the displayactivate event which can only
be triggered by user action (on Android, placing the phone in a VR
headset and completing controller pairing while on a WebVR site).

This CL also removes the cardboard click event used for compatibility
and supplying user gesture, as a gesture is now supplied with the
displayactivate event.

Note: Once this lands, action will be required on the part of WebVR
Origin Trial participants that were previously relying on the cardboard
compat click events to act as user gestures - they will have to
perform any gesture-requiring actions in the displayactivate handler.

Bug: 716571, 756564
Change-Id: I541c8e181fadaf58710da57b6e9f5e8971451073
Reviewed-on: https://chromium-review.googlesource.com/619170
Commit-Queue: Michael Thiessen <mthiesse@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#496219}
3 files changed