LeakDetector should run a GC on the compositor thread
Compositor workers do not own the compositor thread so they do not do a cleanup gc on termination. This means objects will be left uncollected once per thread heap is enabled for compositor workers. To make up for that, the LeakDetector should run a GC on the compositor thread explicitly. BUG= Review-Url: https://codereview.chromium.org/2304073002 Cr-Commit-Position: refs/heads/master@{#417574}
Showing
Please register or sign in to comment