Fixed threading for GPU interface for ArcOemCrypto
This fixes a DCHECK crash where we were making a call to bind the GPU interface that wasn't called on the IO thread. It now makes a call on the IO thread to get the interface which then posts a task back to the original thread to then complete the Mojo call. Bug: 829045 Test: Verified DCHECK is gone and L1 DRM still works Change-Id: Ia10ce58a2ecef071f33cfc48a49c72af3bc23a8c Reviewed-on: https://chromium-review.googlesource.com/998530 Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Reviewed-by:Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#548611}
Showing
Please register or sign in to comment