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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.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/Element.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
index 41f0e8b46bb31b4e5d56749bd8ab69b2461edaa6..f18ae925997549ffdbd6008a3adb7ff2aa499488 100644
--- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
+++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
@@ -140,7 +140,7 @@ void ShadowRoot::recalcStyle(StyleRecalcChange change)
// There's no style to update so just calling recalcStyle means we're updated.
clearNeedsStyleRecalc();
- recalcChildStyle(change);
+ recalcDescendantStyles(change);
clearChildNeedsStyleRecalc();
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698