Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for a non-null GrContext on the media::Context3D during paint.
The code checks that a ContextProvider was able to be found by checking the |gl| field. But if the ContextProvider was created but lost, and GrContext was not created yet, then it will fail to initialize and be null. We should avoid trying to use this context then (and not crash). [email protected] BUG=612087 Review-Url: https://codereview.chromium.org/2003833002 Cr-Commit-Position: refs/heads/master@{#395222}
- Loading branch information