diff --git a/layout/base/nsDisplayList.cpp b/layout/base/nsDisplayList.cpp index 404e334bd963..c14ea27cce5e 100644 --- a/layout/base/nsDisplayList.cpp +++ b/layout/base/nsDisplayList.cpp @@ -1236,7 +1236,7 @@ nsDisplayListBuilder::IsAnimatedGeometryRoot(nsIFrame* aFrame, nsIFrame** aParen return true; } - if (parentType == nsGkAtoms::scrollFrame || parentType == nsGkAtoms::listControlFrame) { + if (parentType == nsGkAtoms::scrollFrame) { nsIScrollableFrame* sf = do_QueryFrame(parent); if (sf->IsScrollingActive(this) && sf->GetScrolledFrame() == aFrame) { return true;