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

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

Issue 2727233005: Remove calls to styleForLayoutObject() in LayoutTreeBuilder::style() (Closed)
Patch Set: Created 3 years, 9 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/ContainerNode.h
diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
index 26f5e92b90ad3c1cbd11d07f43d32b29cb2143a4..21f269bd8a3485f9d15c26631b1c00e65fd27667 100644
--- a/third_party/WebKit/Source/core/dom/ContainerNode.h
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
@@ -239,6 +239,7 @@ class CORE_EXPORT ContainerNode : public Node {
Element* changedElement,
Node* nodeBeforeChange,
Node* nodeAfterChange);
+ void recalcDescendantStylesForReattach();
void recalcDescendantStyles(StyleRecalcChange);
void rebuildChildrenLayoutTrees();

Powered by Google App Engine
This is Rietveld 408576698