Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1696)

Unified Diff: Source/core/rendering/RenderLayerStackingNode.h

Issue 620753006: Rendering API cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/rendering/RenderLayerStackingNode.h
diff --git a/Source/core/rendering/RenderLayerStackingNode.h b/Source/core/rendering/RenderLayerStackingNode.h
index 6d382e589368a5c62bd30503600233816b7cba26..9ffe2991ebeee8878fe9bca361bb024b036f969d 100644
--- a/Source/core/rendering/RenderLayerStackingNode.h
+++ b/Source/core/rendering/RenderLayerStackingNode.h
@@ -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)

Powered by Google App Engine
This is Rietveld 408576698