Chromium Code Reviews
DescriptionAssert that AwGLFunctor instances do not leak.
We should ensure that AwGLFunctor references are cleaned up correctly.
In general there could be more native AwGLFunctor instances than
AwContents instance (when in fullscreen mode) but in non-fullscreen
tests it is safe to require that the number of AwGLFunctor instances is
eventually less than or equal to the number of AwContents instances.
AwGLFunctor instances may temporarily outlive AwContents while the native
DrawGL functor remains needed by the render thread, but this should not
be the case indefinitely.
BUG=597167
Committed: https://crrev.com/453c3b298d6dc0197d674a29ed59c67a716fe1f1
Cr-Commit-Position: refs/heads/master@{#389438}
Patch Set 1 #
Total comments: 2
Patch Set 2 : change test to assert that there is exactly one functor per live awcontents at steady state #
Total comments: 2
Patch Set 3 : #Patch Set 4 : rebase #
Messages
Total messages: 18 (6 generated)
|
|||||||||||||||||||||||||||||||||||||