[css-pseudo] Remove LayoutListMarker::AnonymousHasStylePropagationOverride
LayoutObject::AnonymousHasStylePropagationOverride is only called from LayoutObject::PropagateStyleToAnonymousChildren, but only for anonymous layout objects with a kPseudoIdNone style type. However, LayoutListMarkers are no longer anonymous and they have a kPseudoIdMarker style type. So the override is not used. BUG=457718 Change-Id: Iae2bee6e9f68cdba1cd17529ecae73938f162c8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080264Reviewed-by:Rune Lillesveen <futhark@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#745467}
Showing
Please register or sign in to comment