| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 9a2e0bcda38a7bf1eab38d88c97d8cee0c5d2a93..83d5891db69c1d3537371909fd24e21902300b87 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -177,6 +177,8 @@ public:
|
|
|
| const LayoutSize& offsetForInFlowPosition() const { return m_offsetForInFlowPosition; }
|
|
|
| + IntRect blockSelectionGapsBounds();
|
| + void blockSelectionGapsBoundsChanged();
|
| void addBlockSelectionGapsBounds(const LayoutRect&);
|
| void clearBlockSelectionGapsBounds();
|
| void repaintBlockSelectionGaps();
|
|
|