Chromium Code Reviews
Descriptioncc: Use compositor context for signal sync token callback.
The signal sync token callback is run from an IPC message from the GPU
process. IPC messages are received on the thread a context is bound to;
for the worker context this is the main thread. This causes a data race
and a crash during compositor tear down.
Using the compositor context is fine because it is bound to the impl
thread, and it's safe to receive tile manager callbacks there.
R=ericrk@chromium.org,vmpstr@chromium.org
BUG=673434
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Review-Url: https://codereview.chromium.org/2682023005
Cr-Commit-Position: refs/heads/master@{#449792}
Committed: https://chromium.googlesource.com/chromium/src/+/31c92fe8317757707c7c910c7d67bc04fb6938be
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|
||||||||||||||||||||||||||||