DescriptionFix crash when backgrounding MojoShell on Android. Fixes issue #186.
When backgrounding MojoShell while running spinning-square.sky (in sky viewer), we had a crash due to CommandBufferImpl binding on one thread, but destroying its binding on another thread (hence the underlying HandleWatcher didn't get removed correctly from the right run loop).
This CL fixes the issue by making sure binding and destruction happen on the same thread, control_task_runner.
R=qsr@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/6d38eec257948d6a70815fd810788daac187fcec
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 11 (3 generated)
|