Index: third_party/WebKit/Source/core/layout/LayoutListMarker.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.h b/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
index 3ff4929856e9bce00dab9c647abf5e7a8f383bb1..c5f79c2712bf76de0e2a0dd9095710e41a006db7 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
@@ -96,6 +96,7 @@ private: |
void styleWillChange(StyleDifference, const ComputedStyle& newStyle) override; |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
+ bool anonymousHasStylePropagationOverride() override { return true; } |
String m_text; |
Persistent<StyleImage> m_image; |