MakeAsyncTaskId non-copyable non-movable
What: Make AsyncTaskId non-copyable/non-movable Why: The address of an AsyncTaskId is what's used to keep track of them. So if they move after they've been registered then corruption ensues. How: This is a trivial change. I did have to make a small change to XrFrameRequestCallbackCollection to prevent the AsyncTaskId from being copied. Bug: 1051938 Change-Id: Idf751369c831a9130462b4eb2aa83be121df1fc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053409Reviewed-by:Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#741412}
Showing
Please register or sign in to comment