Index: Source/core/rendering/RenderLayer.h |
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h |
index 7ce163ea54d565a1349b062c08da493dd01834e1..b3cf311c184a3523f158ee57be42edcfcaa2d96d 100644 |
--- a/Source/core/rendering/RenderLayer.h |
+++ b/Source/core/rendering/RenderLayer.h |
@@ -199,7 +199,6 @@ public: |
void addBlockSelectionGapsBounds(const LayoutRect&); |
void clearBlockSelectionGapsBounds(); |
void repaintBlockSelectionGaps(); |
- bool hasBlockSelectionGapBounds() const; |
RenderLayerStackingNode* stackingNode() { return m_stackingNode.get(); } |
const RenderLayerStackingNode* stackingNode() const { return m_stackingNode.get(); } |