Reland "Make touchevent timestamp update on every non Stationary touch points"
This reverts commit b24859d8. Reason for revert: fixing the test and reland Original change's description: > Revert "Make touchevent timestamp update on every non Stationary touch points" > > This reverts commit 2131ec3a. > > Reason for revert: Seems to have broken WebKit Linux Leak build. > > https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20Leak > https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20Leak/2981 > > Original change's description: > > Make touchevent timestamp update on every non Stationary touch points > > > > Touch event's timestamp is set from the |first_touch_pointer_event|'s > > timestamp. But in the case that this touch point is not changing but > > the others changed, this timestamp is not the latest pointerevent's > > timestamp. > > This CL changes it to use the the latest timestamp of the pointerevents > > in |touch_attribute_map|. > > > > Bug: 973545 > > Change-Id: I08be3f58e886f40eca17d515b36ec3a6424a38ef > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705051 > > Reviewed-by: David Bokan <bokan@chromium.org> > > Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org> > > Commit-Queue: Ella Ge <eirage@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#685612} > > TBR=bokan@chromium.org,nzolghadr@chromium.org,eirage@chromium.org > > Change-Id: Id5a4657d566006597c9b6db06e3736240899e8ef > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 973545 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1746789 > Reviewed-by: Scott Little <sclittle@chromium.org> > Commit-Queue: Scott Little <sclittle@chromium.org> > Cr-Commit-Position: refs/heads/master@{#685638} TBR=bokan@chromium.org,sclittle@chromium.org,nzolghadr@chromium.org,eirage@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 973545 Change-Id: Ia6ba0e493f8f0c495c462c2dbe5cdf4cdfa50171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747736Reviewed-by:Ella Ge <eirage@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#686153}
Showing
Please register or sign in to comment