Chromium Code Reviews
DescriptionRemove dead RenderLayerCompositor::setCompositingParent
This code is dead, we always pass a null parentLayer which causes us to
early return. I think we were supposed to call
childLayer->compositedLayerMapping()->childForSuperlayers()->removeFromParent()
in the original design, but since r44876 [1] we always early return when the
parentLayer is null, and that patch was back in 2009 so clearly the code
is not needed.
[1] http://src.chromium.org/viewvc/blink?revision=44876&view=revision
R=abarth@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173705
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (0 generated)
|
||||||||||||||||||||||||||||