Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android: fix memory regression on svelte device
Virtualized GL contexts were being disabled for some non-full screen video due to the attribute |alpha| used for context creation requests made in RenderWidget/RenderThreadImp was true. This CL check the surface type (on/off) to disable virtualized GL only for onscreen surfaces whose format doesn't match the default. BUG=594083, 591100 Review URL: https://codereview.chromium.org/1818303002 Cr-Commit-Position: refs/heads/master@{#383179}
- Loading branch information