mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
By default alpha is not preserved for the VD's contents. We make the window translucent as a side effect of doing so is preserving alpha. There should not be extra performance cost for setting the window to be translucent as there is only a single window within the VD. Fixes flutter/flutter#33756