Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderLayerStackingNode.h
index 6d382e5..9ffe299 100644 (file)
@@ -89,10 +89,6 @@ public:
 
     RenderLayerStackingNode* ancestorStackingContextNode() const;
 
-    // Gets the enclosing stacking context for this node, possibly the node
-    // itself, if it is a stacking context.
-    RenderLayerStackingNode* enclosingStackingContextNode() { return isStackingContext() ? this : ancestorStackingContextNode(); }
-
     RenderLayer* layer() const { return m_layer; }
 
 #if ENABLE(ASSERT)