DescriptionFix race condition in gamepad that prevents it to work without a rAF loop
GamepadSharedMemoryReader checks for user gesture. But it only does that
when someone actually calls SampleGamepads, so in case that does not
happen periodically we will miss it. The browser side already has
the logic to detect user interaction so let's rely on that.
BUG=380870
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277102
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|