| Index: Source/core/rendering/RenderText.cpp
|
| diff --git a/Source/core/rendering/RenderText.cpp b/Source/core/rendering/RenderText.cpp
|
| index 7911acabef303ca84e6695b2ff682f19cd9b8015..94a73bfa6c33b0177fc3fba9bb091965e1fcddc7 100644
|
| --- a/Source/core/rendering/RenderText.cpp
|
| +++ b/Source/core/rendering/RenderText.cpp
|
| @@ -1295,7 +1295,7 @@ UChar RenderText::previousCharacter() const
|
| return prev;
|
| }
|
|
|
| -void RenderText::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset) const
|
| +void RenderText::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
|
| {
|
| // Text nodes aren't event targets, so don't descend any further.
|
| }
|
|
|