DescriptionFix leak in GpuChannel
There may be remaining messages in the deferred queue on unclean teardown.
Delete those.
Also, a little bit of cleanup in the area:
- GpuChannel doesn't need to be refcounted
- It's ok to copy WeakPtr across threads, as long as they're only dereferenced
on the thread that the factory is destroyed. So no need for the extra
indirection.
BUG=374843
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272584
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|