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

Unified Diff: third_party/WebKit/Source/core/dom/Element.cpp

Issue 1899643002: Rename ContainerNode method recalcChildStyle to recalcDescendantStyles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename recalcChildStyle -> recalcDescendantStyles Created 4 years, 5 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/dom/Element.cpp
diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
index a186ef98e17009e22ba289c9853ae90f9ed36aa1..32e962a61ff43fd0359ac5d3f2ae06ceb50e878f 100644
--- a/third_party/WebKit/Source/core/dom/Element.cpp
+++ b/third_party/WebKit/Source/core/dom/Element.cpp
@@ -1737,7 +1737,7 @@ void Element::recalcStyle(StyleRecalcChange change, Text* nextTextSibling)
if (root->shouldCallRecalcStyle(change))
root->recalcStyle(change);
}
- recalcChildStyle(change);
+ recalcDescendantStyles(change);
}
updatePseudoElement(PseudoIdAfter, change);
« no previous file with comments | « third_party/WebKit/Source/core/dom/ContainerNode.cpp ('k') | third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698