Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / NodeRenderingTraversal.h
index 4180a7f..fab1bc3 100644 (file)
@@ -62,6 +62,7 @@ private:
 
 ContainerNode* parent(const Node*);
 ContainerNode* parent(const Node*, ParentDetails*);
+bool contains(const ContainerNode*, const Node*);
 Node* nextSibling(const Node*);
 Node* previousSibling(const Node*);
 RenderObject* nextSiblingRenderer(const Node*);