DescriptionFix output surface Memory Dump Provider unregistration.
The memory dump provider for OutputSurface was registered on the
client thread, but could be unregistered on the main thread in cases when
the client was cleaned up before the destructor was called (very common).
Move the unregistration code to the parallel of the registration code, so that
both only when appropriate, on the client thread.
BUG=536824
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/1fd62112fb543ccf8fe9af896cf09142ad06c4ec
Cr-Commit-Position: refs/heads/master@{#351176}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|