Move back pointer event maps to WTF
In an earlier change we changed all WTF maps to std maps to account for all the values in the key range (i.e. PointerId). But the solution of using WTF with a bigger type as key (in this case int64_t) is better than using std map. Bug: 921325 Change-Id: Ice58c0fb55ab12138467de9f18fadc33b0815215 Reviewed-on: https://chromium-review.googlesource.com/c/1477755Reviewed-by:Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#633767}
Showing
Please register or sign in to comment