DescriptionReland Fix leak PaintLayerReflectionInfo
NOT FOR COMMIT, YET
Originally https://codereview.chromium.org/1657883002/
Patch by wangxianzhu@
Previously PaintLayerReflectionInfo required destroy() to be called
before destruction, but we missed the call in
PaintLayer::updateReflectionInfo(), causing leak of the reflection
layout object and the layer for the reflection.
Delete PaintLayerReflectionInfo::destroy(). Use destructor instead.
BUG=582717
TEST=PaintLayerTest.ReflectionLeak
Committed: https://crrev.com/6137b72d44c0391a39e2a8f9cad9efb4706880e9
Cr-Commit-Position: refs/heads/master@{#374556}
Patch Set 1 #Patch Set 2 : Rebased #
Messages
Total messages: 26 (10 generated)
|