diff --git a/third_party/blink/renderer/core/layout/layout_view.cc b/third_party/blink/renderer/core/layout/layout_view.cc index 03c6967822a0..73ed54a073ac 100644 --- a/third_party/blink/renderer/core/layout/layout_view.cc +++ b/third_party/blink/renderer/core/layout/layout_view.cc @@ -891,8 +891,6 @@ bool LayoutView::RecalcOverflowAfterStyleChange() { SetShouldCheckForPaintInvalidation(); GetFrameView()->AdjustViewSize(); SetNeedsPaintPropertyUpdate(); - if (Layer()) - Layer()->SetNeedsCompositingInputsUpdate(); } return result; }