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 f398e46996df42ada17dede4c6c8f0fd4b5b9cf6..2372f2ce2a6a1acd372f4b2c19601be9face8bd7 100644 |
--- a/third_party/WebKit/Source/core/dom/ContainerNode.h |
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.h |
@@ -258,6 +258,7 @@ class CORE_EXPORT ContainerNode : public Node { |
Node* node_after_change); |
void RecalcDescendantStyles(StyleRecalcChange); |
void RebuildChildrenLayoutTrees(Text*& next_text_sibling); |
+ void RebuildLayoutTreeForChild(Node* child, Text*& next_text_sibling); |
bool ChildrenSupportStyleSharing() const { return !HasRestyleFlags(); } |