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 b85b102ab8e406d0aa0c93e4353049f110bce7f7..6bc692e2b2546461011f2bef38a081be65455382 100644 |
--- a/third_party/WebKit/Source/core/dom/ContainerNode.h |
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.h |
@@ -259,6 +259,8 @@ private: |
bool getUpperLeftCorner(FloatPoint&) const; |
bool getLowerRightCorner(FloatPoint&) const; |
+ static bool shouldNotUpdateRangesAfterChildrenChanged(const ChildrenChange&); |
+ |
Member<Node> m_firstChild; |
Member<Node> m_lastChild; |
}; |