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.
Recreate the overlay rendering surfaces if the GrContext was changed. (…
…flutter#7317) When the app is sent to the background and then brought to the forward it is possible that the GrContext was changed. This resulted in overlay surfaces not being updated after being backgrounded and foregrounded. This change makes sure to re-create the overlay rendering surfaces if the GrContext for the main surface was changed. fixes flutter/flutter#24900
- Loading branch information
Showing
2 changed files
with
18 additions
and
3 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
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