| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Alex, as per our [previous discussion](https://chromium-review.googlesource.com/c/chromium/src/+/7853071/comment/c8f5dfb8_339c1df1/), there's no camera image (and therefore no camera sync tokens) for cardboard. But we wonder if the same is true for OpenXR? We thought that there might be a camera image for OpenXR but didn't find one in the code. So we tentatively added the no- SyncToken validation for OpenXR too. Please let us know if this is desirable. Thanks.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[xr] Validate that camera SyncTokens are empty for Cardboard/OpenXR
In Cardboard and OpenXR, there are no camera shared images, and
therefore no camera SyncTokens should be sent from Blink to the device
process. This CL enforces this expectation by calling ReportBadMessage
if the received camera_sync_tokens parameter is not empty.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |