Timer based pointer event resampling (#73042)
Timer based pointer event resampling This provides two improvements to pointer event resampling: 1. PostFrameCallbacks are used instead of scheduling frames. This avoids unnecessary rendering work when resampling is used. 2. Resampling continues when frames are not produced. I.e. input events keep being delivered at a fixed frequency even if frame production is taking a long time. This fixes #72924 Co-authored-by: David Reveman <reveman@google.com> Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
D
David Reveman committed
9133deb9a714b0853faeed4892b220ae7a77e5a5
Parent: a2a7728
Committed by GitHub <noreply@github.com>
on 2/17/2021, 2:29:59 AM