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

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

Issue 2473743003: Call Element::rebuildLayoutTree from Document::updateStyle directly (Closed)
Patch Set: FirstLetterPseudoElements are not being created Created 4 years 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/ContainerNode.h
diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
index 385aa49a93e021f5d03f8c5f15951f939dc62990..a2093438fbe5c70b75e1bb3ad3aa627b0bd06541 100644
--- a/third_party/WebKit/Source/core/dom/ContainerNode.h
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
@@ -240,6 +240,7 @@ class CORE_EXPORT ContainerNode : public Node {
Node* nodeBeforeChange,
Node* nodeAfterChange);
void recalcDescendantStyles(StyleRecalcChange);
+ void rebuildDescendantLayoutTrees();
Bugs Nash 2016/12/07 23:21:44 This name is strange (as I commented in the design
nainar 2016/12/07 23:49:09 I'm good with renaming it to rebuildChildrenLayout
bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ContainerNode.cpp » ('j') | third_party/WebKit/Source/core/dom/Element.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698