Index: third_party/WebKit/Source/core/dom/Element.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp |
index eef8d64119276eeea4485bd17066d9bd44fd59dc..28284e32ca484bb91bb4774278641b452fdb07e8 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.cpp |
+++ b/third_party/WebKit/Source/core/dom/Element.cpp |
@@ -1831,6 +1831,7 @@ StyleRecalcChange Element::recalcOwnStyle(StyleRecalcChange change) |
// TODO(nainar): Remove the style parameter being passed into buildLayoutTree(). |
// ComputedStyle will now be stored on Node and accessed in buildLayoutTree() |
Bugs Nash
2016/09/29 03:15:24
This comment needs to be updated to reflect the ne
nainar
2016/09/29 04:05:15
Done.
|
// using mutableComputedStyle(). |
+ markNodeAndAncestorsWithChildNeedsReattachLayoutTree(); |
return buildLayoutTree(*newStyle); |
} |