commit | 9177048d3b1abc59e4225b7c43457531374e0ceb | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Wed Aug 04 18:37:37 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 04 18:37:37 2021 |
tree | 1a70906ec4cee367ea2baf3a86b0d818971df194 | |
parent | 05a67ecc345722991258e0527494bca7035f3615 [diff] |
Restore gl bindings for SharedImageVideo BeginRead GL Context state is cached in few places in chrome for performance reasons. We should never change gl bindings without invalidating or updating those caches. This CL makes sure SharedImageVideo BeginRead doesn't alter gl bindings and not confuse skia. This is workaround, the proper fix is follow up. Bug: 1236597, b/189258417 Change-Id: I9058041c1b8ad77c31e4a45b0d66023d6bc9ddd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3067850 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#908539}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.