Fix Processing of Inline XR Frame Data
events_referenceSpace_Reset_inline was always timing out because the reset event was never sent. It turns out that this is because the frame_data that was being used to process inline sessions was always nullptr, rather than using the frame data associated with a particular inline session. This change modifies the requesting_sessions_ map to store the frame data rather than just the pose, and to process the frame data for a particular session with that session. Fixed: 1015195 Change-Id: I3a5d1b619869b57c270304f46bd19b43685869bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062897 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Reviewed-by:Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#742333}
Showing
Please register or sign in to comment