DescriptionMove CompositorPendingAnimations to Oilpan's heap
CompositorPendingAnimations::m_timer can be fired in Oilpan's lazy sweeping phase.
This is problematic because at that point things accessed in the timer function
might have been already destructed.
We don't hit this problem if CompositorPendingAnimations is a GarbageCollected object
because we have logic to suppress firing timers of unreachable GarbageCollected objects.
So this CL moves CompositorPendingAnimations to the heap.
BUG=592845
Committed: https://crrev.com/a8f340ef9d09b2692552bbc463572af84e3e1fbb
Cr-Commit-Position: refs/heads/master@{#383248}
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 14 (4 generated)
|