| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 88826212554d4882bbb47abede076a942be80000..ecda5c771fbcc79c7fcf09434c19b922a6c357be 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -177,9 +177,11 @@ public:
|
|
|
| const LayoutSize& offsetForInFlowPosition() const { return m_offsetForInFlowPosition; }
|
|
|
| + void blockSelectionGapsBoundsChanged();
|
| void addBlockSelectionGapsBounds(const LayoutRect&);
|
| void clearBlockSelectionGapsBounds();
|
| void repaintBlockSelectionGaps();
|
| + IntRect blockSelectionGapsBounds() const;
|
| bool hasBlockSelectionGapBounds() const;
|
|
|
| RenderLayerStackingNode* stackingNode() { return m_stackingNode.get(); }
|
|
|