Hi,
By default, we don't use Wayland EGL. Instead, we use a surfaceless path that uses libgbm to created dumb buffers, which handles are then exported as dmabuf and passed further.
If you want to use Wayland EGL, you need to recompile chrome with use_wayland_gbm = false and run the browser with --in-process-gpu.
--
To unsubscribe from this group and stop receiving emails from it, send an email to ozone-dev+...@chromium.org.