Hey Geoff,
How could I easily test this locally to make sure the flag is working as expected? Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Thanks for adding this!
Hey Geoff,
How could I easily test this locally to make sure the flag is working as expected? Thanks!
Build chrome `use_static_angle = true` but also build the `libGLESv2` and `libEGL` targets and ensure that `libGLESv2.so/dylib/dll` are in the same dir as the chrome binary. Run with `--use-dynamic-angle` and add a bit of logging in the dynamic loading path. You can also check the inverse, that GL init fails when setting the flag without those libs present.
To SUPER confirm, you would have to build a different version of ANGL, copy the outputs and check about:gpu for the git hash. This is probalby overkill.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |