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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutInline.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/LayoutInline.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
index 4b37343eb7e6fafb1b1decadc9a2dac90ed7f1a5..615d78b82d53dafe05df53eca7703c9d94710c35 100644
--- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
@@ -196,7 +196,7 @@ void LayoutInline::styleDidChange(StyleDifference diff, const ComputedStyle* old
setAlwaysCreateLineBoxes(alwaysCreateLineBoxesNew);
}
- propagateStyleToAnonymousChildren(true);
+ propagateStyleToAnonymousChildren();
}
void LayoutInline::updateAlwaysCreateLineBoxes(bool fullLayout)

Powered by Google App Engine
This is Rietveld 408576698