| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index b3cf311c184a3523f158ee57be42edcfcaa2d96d..7ce163ea54d565a1349b062c08da493dd01834e1 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -199,6 +199,7 @@
|
| 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(); }
|
|
|