| Index: Source/core/rendering/RenderLayer.cpp
|
| diff --git a/Source/core/rendering/RenderLayer.cpp b/Source/core/rendering/RenderLayer.cpp
|
| index c47be6490ca11ad4b7035a408ddf811fd9988690..0d153799f3021709aeed60dc6c3ab8fa48de5afe 100644
|
| --- a/Source/core/rendering/RenderLayer.cpp
|
| +++ b/Source/core/rendering/RenderLayer.cpp
|
| @@ -3271,11 +3271,6 @@ void RenderLayer::repaintBlockSelectionGaps()
|
| renderer()->repaintRectangle(rect);
|
| }
|
|
|
| -bool RenderLayer::hasBlockSelectionGapBounds() const
|
| -{
|
| - return !m_blockSelectionGapsBounds.isEmpty();
|
| -}
|
| -
|
| bool RenderLayer::intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const RenderLayer* rootLayer, const LayoutPoint* offsetFromRoot) const
|
| {
|
| // Always examine the canvas and the root.
|
|
|