Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post firstDrawCallback to avoid a deadlock if the widget is resized in that callback. #1486

Merged
merged 1 commit into from
Aug 2, 2019

Conversation

MortimerGoro
Copy link
Contributor

@MortimerGoro MortimerGoro commented Aug 1, 2019

fixes #1459

GeckoView deadlocks if surfaceChanged is called within the onFirstComposite call, because surfaceChanged is synchronous internally.

sync

@keianhzo keianhzo merged commit b8ccd64 into master Aug 2, 2019
@philip-lamb philip-lamb deleted the postdelayed_first_composite branch August 5, 2019 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating a new window causes app to crash
3 participants