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..062f4f2314971c5f8299beafbe92192bdb157c27 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 recalcDescendantStylesForLayout(); |
void recalcDescendantStyles(StyleRecalcChange); |
void rebuildChildrenLayoutTrees(); |