Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.cpp

Issue 2000683002: Keep writing-mode in sync between a column spanner and its placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: There should no longer be any need for LayoutTable to propagateStyleToAnonymousChildren(), since La… Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698