| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index 316305c8422ab5c53f5d143851368bc1b25e1354..d7347a067b9b0baaa4909b5e922f6ec1d9e51cb3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -229,7 +229,7 @@ void LayoutBlock::styleDidChange(StyleDifference diff, const ComputedStyle* oldS
|
| if (TextAutosizer* textAutosizer = document().textAutosizer())
|
| textAutosizer->record(this);
|
|
|
| - propagateStyleToAnonymousChildren(true);
|
| + propagateStyleToAnonymousChildren();
|
|
|
| // It's possible for our border/padding to change, but for the overall logical width or height of the block to
|
| // end up being the same. We keep track of this change so in layoutBlock, we can know to set relayoutChildren=true.
|
|
|