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

Unified Diff: third_party/WebKit/Source/core/dom/ContainerNode.h

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 | « no previous file | third_party/WebKit/Source/core/dom/ContainerNode.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.h
diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
index 7b7bb4e3c80da94338efc6a33e2857b5fd370023..cecea4361638c1459aea3dda58f1aa9ec1ce789f 100644
--- a/third_party/WebKit/Source/core/dom/ContainerNode.h
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
@@ -159,7 +159,7 @@ public:
// since it's not clear that they alter the style bits of siblings and children.
enum SiblingCheckType { FinishedParsingChildren, SiblingElementInserted, SiblingElementRemoved };
void checkForSiblingStyleChanges(SiblingCheckType, Node* changedNode, Node* nodeBeforeChange, Node* nodeAfterChange);
- void recalcChildStyle(StyleRecalcChange);
+ void recalcDescendantStyles(StyleRecalcChange);
bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ContainerNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698