This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit a788d43
committed
Reset Shell::weak_factory_gpu_ on the raster thread
weak_factory_gpu_ should only be accessed on the raster thread. If the Shell
destructor running on the platform thread does a std::move of
weak_factory_gpu_, then pending raster thread tasks may read it as null.
Fixes internal bug b/1662956611 parent 4bb6251 commit a788d43
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
410 | 409 | | |
411 | 410 | | |
412 | 411 | | |
| |||
0 commit comments