forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the virtual display's window translucent (flutter#9828)
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
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters