Index: Source/core/rendering/RenderLayer.h |
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h |
index b2ec430866fc05d58274cc3a0452d2d8653628b2..eda86ab0ad3b781cb042bff10d80cb8f2562ef1a 100644 |
--- a/Source/core/rendering/RenderLayer.h |
+++ b/Source/core/rendering/RenderLayer.h |
@@ -715,6 +715,10 @@ public: |
void clearBacking(bool layerBeingDestroyed = false); |
bool needsCompositedScrolling() const; |
bool needsToBeStackingContainer() const; |
+ |
+ RenderLayer* scrollParent() const; |
+ RenderLayer* clipParent() const; |
+ |
bool needsCompositingLayersRebuiltForClip(const RenderStyle* oldStyle, const RenderStyle* newStyle) const; |
bool needsCompositingLayersRebuiltForOverflow(const RenderStyle* oldStyle, const RenderStyle* newStyle) const; |
bool needsCompositingLayersRebuiltForFilters(const RenderStyle* oldStyle, const RenderStyle* newStyle, bool didPaintWithFilters) const; |
@@ -982,6 +986,7 @@ private: |
public: |
GraphicsLayer* layerForScrolling() const; |
+ GraphicsLayer* layerForScrollChild() const; |
GraphicsLayer* layerForHorizontalScrollbar() const; |
GraphicsLayer* layerForVerticalScrollbar() const; |
GraphicsLayer* layerForScrollCorner() const; |