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

Unified Diff: third_party/WebKit/Source/core/dom/ContainerNode.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/ContainerNode.h ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ContainerNode.cpp
diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.cpp b/third_party/WebKit/Source/core/dom/ContainerNode.cpp
index f5ce454f5dc95f92d1d2a896d2a645f081801174..45bf7e37c68f4f8f30ff18ce84a82d09bd7ae627 100644
--- a/third_party/WebKit/Source/core/dom/ContainerNode.cpp
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.cpp
@@ -1193,7 +1193,7 @@ void ContainerNode::setRestyleFlag(DynamicRestyleFlags mask)
ensureRareData().setRestyleFlag(mask);
}
-void ContainerNode::recalcChildStyle(StyleRecalcChange change)
+void ContainerNode::recalcDescendantStyles(StyleRecalcChange change)
{
DCHECK(document().inStyleRecalc());
DCHECK(change >= UpdatePseudoElements || childNeedsStyleRecalc());
« no previous file with comments | « third_party/WebKit/Source/core/dom/ContainerNode.h ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698