Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

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

@MortimerGoro MortimerGoro force-pushed the postdelayed_first_composite branch 2 times, most recently from 8a00301 to f97dc6a Compare August 1, 2019 13:48
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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