| Index: sky/engine/core/rendering/RenderLayer.h
|
| diff --git a/sky/engine/core/rendering/RenderLayer.h b/sky/engine/core/rendering/RenderLayer.h
|
| index 54b1159bdcc717298e3f86eb716383ec088e3321..b254c330cf0b83ebda09f76904ed401a832fd532 100644
|
| --- a/sky/engine/core/rendering/RenderLayer.h
|
| +++ b/sky/engine/core/rendering/RenderLayer.h
|
| @@ -347,11 +347,6 @@ public:
|
| bool scrollsWithViewport() const;
|
| bool scrollsWithRespectTo(const RenderLayer*) const;
|
|
|
| - void addLayerHitTestRects(LayerHitTestRects&) const;
|
| -
|
| - // Compute rects only for this layer
|
| - void computeSelfHitTestRects(LayerHitTestRects&) const;
|
| -
|
| // FIXME: This should probably return a ScrollableArea but a lot of internal methods are mistakenly exposed.
|
| RenderLayerScrollableArea* scrollableArea() const { return m_scrollableArea.get(); }
|
| RenderLayerRepainter& paintInvalidator() { return m_paintInvalidator; }
|
|
|